diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-28 21:40:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-28 21:42:28 +0200 |
commit | b5163663c24effa6e24feb3c14af2a11a9e9df83 (patch) | |
tree | baeeb19fe5da2f6923233cc45613f18d45efa779 /dev-python/retrying | |
parent | www-client/firefox: add 102.0 (diff) | |
download | gentoo-b5163663c24effa6e24feb3c14af2a11a9e9df83.tar.gz gentoo-b5163663c24effa6e24feb3c14af2a11a9e9df83.tar.bz2 gentoo-b5163663c24effa6e24feb3c14af2a11a9e9df83.zip |
dev-python/retrying: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/retrying')
-rw-r--r-- | dev-python/retrying/retrying-1.3.3.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/retrying/retrying-1.3.3.ebuild b/dev-python/retrying/retrying-1.3.3.ebuild deleted file mode 100644 index a62d08a1890e..000000000000 --- a/dev-python/retrying/retrying-1.3.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="General-purpose retrying library" -HOMEPAGE="https://github.com/rholder/retrying" -SRC_URI="https://github.com/rholder/retrying/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" - -RDEPEND=">=dev-python/six-1.7.0[${PYTHON_USEDEP}]" - -distutils_enable_tests unittest |