commit:     fe274abb3e4d885ff092131020b10784b25beb67
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  7 07:43:09 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr  7 08:06:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe274abb

dev-python/tenacity: Remove old

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

 dev-python/tenacity/Manifest              |  1 -
 dev-python/tenacity/tenacity-6.2.0.ebuild | 32 -------------------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-python/tenacity/Manifest b/dev-python/tenacity/Manifest
index 14a5960e2b7..f52d8d2b963 100644
--- a/dev-python/tenacity/Manifest
+++ b/dev-python/tenacity/Manifest
@@ -1,2 +1 @@
-DIST tenacity-6.2.0.tar.gz 35213 BLAKE2B 
830953463ef9d7ee9e99fc0c9d3f55910754f4c2c777110ad8af65b0af186b2aada25ec3d9ae80f266ad9200080db1af70b80bb77f1edc51148001ca49e0bd08
 SHA512 
3753ab44390810458c559d243bdc5e3c0092a0c2af7eb4e6fa43d5e6e215a58d4bf3ff6e81800db2f517796b501fff038964b424e364ac417ddd3e70b57bc6c8
 DIST tenacity-7.0.0.tar.gz 33874 BLAKE2B 
485b35058e246ac7c68a2d92a4bd30ae182d382d4258854afb1e61d0b31cd1674bfd92599b83425f4e9a92ca4c38e4a91b72a17d0de6f918474ebe59e6bd2d66
 SHA512 
a627112df19b9f6d1c53294daad7fe1b0aeaed15e6ec07054228575fbc76ca5c22f560ddd6fc176c5c22141669423547ba17f1e33c7d0e7e92d0188acad065c4

diff --git a/dev-python/tenacity/tenacity-6.2.0.ebuild 
b/dev-python/tenacity/tenacity-6.2.0.ebuild
deleted file mode 100644
index c274af6f580..00000000000
--- a/dev-python/tenacity/tenacity-6.2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="General-purpose retrying library"
-HOMEPAGE="https://github.com/jd/tenacity";
-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}]
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"
-RDEPEND="
-       >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-       >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-       sed -i '/typing/d' setup.cfg || die
-       distutils-r1_python_prepare_all
-}

Reply via email to