diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:45:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:55:18 +0200 |
commit | fef9b3a4b867d5a53b60d200af0cb3ac86bcfba5 (patch) | |
tree | 0ec6e618b2e690b9029c2d1aea16c87fe4ca9ce3 /dev-python/retry-decorator | |
parent | dev-python/restructuredtext-lint: Remove redundant versions (diff) | |
download | gentoo-fef9b3a4b867d5a53b60d200af0cb3ac86bcfba5.tar.gz gentoo-fef9b3a4b867d5a53b60d200af0cb3ac86bcfba5.tar.bz2 gentoo-fef9b3a4b867d5a53b60d200af0cb3ac86bcfba5.zip |
dev-python/retry-decorator: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/retry-decorator')
-rw-r--r-- | dev-python/retry-decorator/Manifest | 1 | ||||
-rw-r--r-- | dev-python/retry-decorator/retry-decorator-1.0.0-r1.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/retry-decorator/Manifest b/dev-python/retry-decorator/Manifest index 072c511a6b63..8cec44ada680 100644 --- a/dev-python/retry-decorator/Manifest +++ b/dev-python/retry-decorator/Manifest @@ -1,2 +1 @@ -DIST retry-decorator-1.0.0.tar.gz 2835 BLAKE2B b04d127ba3d357a61fb5e35a63867b297834acd82d0d7cdf736a69efe95fa33a263309799dcd4d8ae42e72ad5adb12b6c52557a81413ee8ebc49f5e0e728fa8b SHA512 f650740dd6d05010b7418b4d5ae7351058eb4418dabf7329390eaacceb72db60363bae8ff0bb15284301f0b5bfd9bfb731e71fdffb7231065a4db7ed6ce86da2 DIST retry-decorator-1.1.1.tar.gz 4466 BLAKE2B a64836bba5620974e393a952544c82074b667a5fac80d6944069bf88e9162d03cc48cfe511f09476571c46561331576a2b06b2aefd087f905f968aa8257a596c SHA512 2241b24a02424905a2f3b7660c7ee4f6cd034c67c5019cce54d38ae250a9ac9e011fe323b25254bed051a0d3560d48ecdf4e2a1ee84cf2d7c5b1c12dea2921be diff --git a/dev-python/retry-decorator/retry-decorator-1.0.0-r1.ebuild b/dev-python/retry-decorator/retry-decorator-1.0.0-r1.ebuild deleted file mode 100644 index 9ac6d9ac2089..000000000000 --- a/dev-python/retry-decorator/retry-decorator-1.0.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) - -inherit distutils-r1 - -DESCRIPTION="Decorator for retrying when exceptions occur" -HOMEPAGE="https://github.com/pnpnpn/retry-decorator" -SRC_URI="https://github.com/pnpnpn/retry-decorator/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -DOCS=( README.rst ) |