commit:     35159ba32f0dbfd7d2927aaa197ef948caf9a565
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 08:29:09 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 08:54:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35159ba3

dev-python/croniter: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/croniter/Manifest              |  1 -
 dev-python/croniter/croniter-1.2.0.ebuild | 25 -------------------------
 2 files changed, 26 deletions(-)

diff --git a/dev-python/croniter/Manifest b/dev-python/croniter/Manifest
index f161325e6fea..cd1eff9971fa 100644
--- a/dev-python/croniter/Manifest
+++ b/dev-python/croniter/Manifest
@@ -1,2 +1 @@
-DIST croniter-1.2.0.tar.gz 39813 BLAKE2B 
eed3db9d96571de188f5bda3c3000ce4607e72fd97d2f70b34355495349744129c29ace03320d987f43d1692720dbfbb965e824091825b2e11222306a10d081c
 SHA512 
0d7d59d617be16f7f1b6401a3c1260c3b644855c046fa6c2948cf2f2caaf7ee0183c659e0165c8d36068467893bb68bdd4024a246a85c76448ab0a62233c9ca1
 DIST croniter-1.3.4.tar.gz 39351 BLAKE2B 
38701e865b67a382e8c6f511ebf801c83e27aec31cc0f0636b9f8a7b13405a27531b3314523ac819d5193c3907f8aecfc6132901856a1565e6c986ea73dceed0
 SHA512 
aa55f8849abfa0c8ff24514051362e21fab821d2ffcde182d9e0f267b3b5e1706278710eae80df3ced82a1444323af44eff25cfc34ab92bd15fbb31d7d791037

diff --git a/dev-python/croniter/croniter-1.2.0.ebuild 
b/dev-python/croniter/croniter-1.2.0.ebuild
deleted file mode 100644
index d05c8ee8a921..000000000000
--- a/dev-python/croniter/croniter-1.2.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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

Reply via email to