From: David Seifert Date: Sun, 29 Dec 2019 08:52:49 +0000 (+0100) Subject: dev-python/tenacity: Remove old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=df3eaa91babf2f384fc3eb3ccf9d5bfb1dd5b8cb;p=gentoo.git dev-python/tenacity: Remove old Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/tenacity/Manifest b/dev-python/tenacity/Manifest index ff90596552e1..f5ead182f122 100644 --- a/dev-python/tenacity/Manifest +++ b/dev-python/tenacity/Manifest @@ -1,3 +1 @@ -DIST tenacity-3.7.1.tar.gz 22915 BLAKE2B 62b1fb72be624ecbc07cc2cd4fa5b67181e2da971ddc71b5ffbd26a1f7ee072e549f5372aa1c5c3451bf68b62bc93f9addca59445cba2ab4cde833f1136fadb8 SHA512 83f277da3ee7beca4d564610a4ef46c33a87590214a41c0c36c9bb46920e5e8e7e8a8d130dcaac2802d058f7e995fbe01e13d5b7a65821e9a1e83072b78e3f00 -DIST tenacity-4.4.0.tar.gz 26133 BLAKE2B 1f23e3cd4cd3caa73b5e1c1f3234ec5915adc0b04a46331cd97ba1e2adecacea241c7a9a534ec120c19ff95dde7dfb963fa5cc8827505cc91b9fb602b6582f88 SHA512 08f4eef91e38f8d166029625e337057bd9a934fd58473d8c3666436e6312a0f7dd7f24dea05c8427df627bd37c7003602089970079f214fa7b79beee64df3f96 DIST tenacity-4.8.0.tar.gz 28057 BLAKE2B 31451b061c594a47fdf4e6ae97e09c601d95ef76afc805d6f746624e3cf18a0f7c288567a5fd5ff8c264d00ce55a635afa2920799c256168dd89ac800f0d3ca3 SHA512 4662a92325de6b2dd7f6dd8823cecfdf0cc2f1390d054c8ba14f84fedb917cf5896d5c26aaaba9816303dea06ad7f922877c8a09e248319317155e2d6f509873 diff --git a/dev-python/tenacity/tenacity-3.7.1.ebuild b/dev-python/tenacity/tenacity-3.7.1.ebuild deleted file mode 100644 index 38f9a5e1ff74..000000000000 --- a/dev-python/tenacity/tenacity-3.7.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_5 ) - -inherit distutils-r1 - -DESCRIPTION="General-purpose retrying library" -HOMEPAGE="https://github.com/rholder/retrying" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" -RDEPEND=" - >=dev-python/six-1.7.0[${PYTHON_USEDEP}] - virtual/python-futures[${PYTHON_USEDEP}] - >=dev-python/monotonic-0.6[${PYTHON_USEDEP}] - dev-python/debtcollector[${PYTHON_USEDEP}] -" diff --git a/dev-python/tenacity/tenacity-4.4.0.ebuild b/dev-python/tenacity/tenacity-4.4.0.ebuild deleted file mode 100644 index fc40ee3a9fba..000000000000 --- a/dev-python/tenacity/tenacity-4.4.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_5 ) - -inherit distutils-r1 - -DESCRIPTION="General-purpose retrying library" -HOMEPAGE="https://github.com/rholder/retrying" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -DEPEND=" - dev-python/pbr[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] -" -RDEPEND=" - >=dev-python/six-1.9.0[${PYTHON_USEDEP}] - virtual/python-futures[${PYTHON_USEDEP}] - >=dev-python/monotonic-0.6[${PYTHON_USEDEP}] -"