diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-18 17:08:20 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-18 17:08:20 +0200 |
commit | a4b454e6a901ce4fd8831cf15455d023b848c030 (patch) | |
tree | d1279e6d8c82278a2a72077fc093b32005b30ee9 /dev-python/croniter | |
parent | dev-python/croniter: add 1.3.4 (diff) | |
download | gentoo-a4b454e6a901ce4fd8831cf15455d023b848c030.tar.gz gentoo-a4b454e6a901ce4fd8831cf15455d023b848c030.tar.bz2 gentoo-a4b454e6a901ce4fd8831cf15455d023b848c030.zip |
dev-python/croniter: drop 1.3.1, 1.3.2
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/croniter')
-rw-r--r-- | dev-python/croniter/Manifest | 2 | ||||
-rw-r--r-- | dev-python/croniter/croniter-1.3.1.ebuild | 27 | ||||
-rw-r--r-- | dev-python/croniter/croniter-1.3.2.ebuild | 27 |
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-python/croniter/Manifest b/dev-python/croniter/Manifest index ea573a0cfe95..f161325e6fea 100644 --- a/dev-python/croniter/Manifest +++ b/dev-python/croniter/Manifest @@ -1,4 +1,2 @@ DIST croniter-1.2.0.tar.gz 39813 BLAKE2B eed3db9d96571de188f5bda3c3000ce4607e72fd97d2f70b34355495349744129c29ace03320d987f43d1692720dbfbb965e824091825b2e11222306a10d081c SHA512 0d7d59d617be16f7f1b6401a3c1260c3b644855c046fa6c2948cf2f2caaf7ee0183c659e0165c8d36068467893bb68bdd4024a246a85c76448ab0a62233c9ca1 -DIST croniter-1.3.1.tar.gz 40044 BLAKE2B b6542e25878ea15c0fd1c48f8af485fa0f03809473a09fb95367134edd91a5d3b9053673589902e8c70faa372d096e2fbbbaf02d9ebd08982f2dd382ecebd8c5 SHA512 40b211fedddcaa5cdc1de4e34cb1343063c684b70ef404aa5f92ebdbbf6afcc1f511af9a52fc4eda42c3f27556a35059681ddad2cda6f6b3e1f334bea7c1e3ce -DIST croniter-1.3.2.tar.gz 40184 BLAKE2B 2ecd5611c30eaca9f03271b908813cf3258594f9cdfe1367d8c6cd2cfad75080bc72dd6fee2bc18d3248369c2b32adb82d3d2356560435c236068eb90887b5a3 SHA512 f7cf2c95357e27a276ac61fab97b1ae6d88e65f5c016bfcf5aec5cc55bcaeae3effdc9e06e692abf7916e1c17f0e47644027f365cd33a780bf93685322ded897 DIST croniter-1.3.4.tar.gz 39351 BLAKE2B 38701e865b67a382e8c6f511ebf801c83e27aec31cc0f0636b9f8a7b13405a27531b3314523ac819d5193c3907f8aecfc6132901856a1565e6c986ea73dceed0 SHA512 aa55f8849abfa0c8ff24514051362e21fab821d2ffcde182d9e0f267b3b5e1706278710eae80df3ced82a1444323af44eff25cfc34ab92bd15fbb31d7d791037 diff --git a/dev-python/croniter/croniter-1.3.1.ebuild b/dev-python/croniter/croniter-1.3.1.ebuild deleted file mode 100644 index 56914f77185a..000000000000 --- a/dev-python/croniter/croniter-1.3.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Python module to provide iteration for datetime object" -HOMEPAGE="https://github.com/kiorky/croniter https://pypi.org/project/croniter/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" - -RDEPEND=" - dev-python/python-dateutil[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/tzlocal[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest diff --git a/dev-python/croniter/croniter-1.3.2.ebuild b/dev-python/croniter/croniter-1.3.2.ebuild deleted file mode 100644 index 56914f77185a..000000000000 --- a/dev-python/croniter/croniter-1.3.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Python module to provide iteration for datetime object" -HOMEPAGE="https://github.com/kiorky/croniter https://pypi.org/project/croniter/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" - -RDEPEND=" - dev-python/python-dateutil[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/tzlocal[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest |