diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-12-30 23:46:05 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-12-30 23:46:05 +0000 |
commit | bb262580ec0b56a32797f121e627928d103e6bb1 (patch) | |
tree | b3b80cb753a087635c972352ce99fed1d01f286b /dev-python/x-wr-timezone | |
parent | 35e3ee5faf74dc69409f957f81a6848d4d24c49f (diff) |
gentoo auto-resync : 30:12:2023 - 23:46:05
Diffstat (limited to 'dev-python/x-wr-timezone')
-rw-r--r-- | dev-python/x-wr-timezone/Manifest | 2 | ||||
-rw-r--r-- | dev-python/x-wr-timezone/x-wr-timezone-0.0.5.ebuild | 34 |
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/x-wr-timezone/Manifest b/dev-python/x-wr-timezone/Manifest index bdddb51e8a67..39b61da339ae 100644 --- a/dev-python/x-wr-timezone/Manifest +++ b/dev-python/x-wr-timezone/Manifest @@ -1,5 +1,3 @@ -DIST x-wr-timezone-0.0.5.gh.tar.gz 19728 BLAKE2B d3b098da4ff358e19cb70c2f59bb95de55fc27f058359e6d8eca8595bc375e83c05d139491b8e06f07ab1a5ca9e0b9a2dc1fa87cb1aea83e722f494da2ebbc88 SHA512 b530e96e2e32febf82a4aac9fe1067431c7396a029ca785ade8a8c5e2fe04b1d95e60ecf7ecc9862057bffd3e9dd6a773d14c385cb431d1b22858091f3bd7892 DIST x-wr-timezone-0.0.6.gh.tar.gz 21989 BLAKE2B 0b6c1ba79d32d37a786a3dff73ee5f8317e6426c441a9ff7880d2c0c2fc9e535e29977f094a4bb4b95477f7a1586c1a1800abcede76ffe474879f63e38b00521 SHA512 62b7ef9d904a46711b1a29866b92327543c38cdba2a488769345210599eef2899310cad09bf4da4debe6bc7e78e3370aaf271a663250312d859f5c98850cb553 -EBUILD x-wr-timezone-0.0.5.ebuild 690 BLAKE2B 6c65ec12bf672b381a096d8543866a1b215ae1c928bb46419ff3653c87ad345d72f98aed40b20b2d3e158b393628ed482fb5c73eb5493b8ebe5577c82d4a0148 SHA512 7e580dbb5722d403ea2ab7fa947bf989dc0cbf08cbac2218a8d752d1b7099a706e40a4b0771672fe2827bcac23cab1df8b387ceb7d73ebd75b1dddba33854b7d EBUILD x-wr-timezone-0.0.6.ebuild 699 BLAKE2B 41b3464f6d251b7f2204dc9f55b47e339c6d84b8bad23f44f876170c44254d0b8ac590dba8dcd61eefd40733d32ca8a73d42c0df757b32e746c1c94269141692 SHA512 c787ccf8ccd868e4a3b26771e9f76f6694625e59560ebd197da208a2417d3a5ec6786986f529bccc859f6c7facc2a75c23e2273a88ed08c650f8aca2d27122ce MISC metadata.xml 408 BLAKE2B 9ebff9e35e34aa0db0fef0f13adff59a19f830403d467344b654649fecc102a1bcc18acbbce3194ea77946eb097181ef27b0010b03a9b28b24cb01c014daaf7f SHA512 53620e9fece9c7bf49101828bfc7625d1c9c329113716af89804a560e38b08ecf6528a60b06081cb731aaed85fa4ea219ebcacba143eb52313fe8b98e1aca565 diff --git a/dev-python/x-wr-timezone/x-wr-timezone-0.0.5.ebuild b/dev-python/x-wr-timezone/x-wr-timezone-0.0.5.ebuild deleted file mode 100644 index 17287ecf78a2..000000000000 --- a/dev-python/x-wr-timezone/x-wr-timezone-0.0.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Convert calendars using X-WR-TIMEZONE to standard ones" -HOMEPAGE=" - https://github.com/niccokunzmann/x-wr-timezone/ - https://pypi.org/project/x-wr-timezone/ -" -SRC_URI=" - https://github.com/niccokunzmann/x-wr-timezone/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -RDEPEND=" - dev-python/icalendar[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -EPYTEST_IGNORE=( - test/test_readme.py -) |