commit:     e3970d7524c8de4f96636f772e56db81ab14f483
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 26 16:38:59 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jun 26 17:35:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3970d75

dev-python/pytools: remove old

Supported python3_6 only.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-python/pytools/Manifest                 |  1 -
 dev-python/pytools/pytools-2017.4-r1.ebuild | 37 -----------------------------
 2 files changed, 38 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index b44ddf7b774..d4ed8f4ebbc 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1 @@
-DIST pytools-2017.4.tar.gz 51339 BLAKE2B 
725518ea3aab7fb158134f9539fe1f42603beebb547260e3556466d89b084bcd0adc367bbad63a461553c88eb5c50e2c2f510a02bfb99b9e3affab29eaddf148
 SHA512 
4f588b725bc478303d539851110ad627baa2768d5d013434ca20e36fa315a842d0f7c3adebd5ae948f642fc5b9ad4940fbe1ee6afeaf0f16c4bc937210e9fa19
 DIST pytools-2020.1.tar.gz 60662 BLAKE2B 
fcab8af5e10a483f9fdbb835bbc18fc98ebf3da80da9c8e98ff5131eb4a9e780562827966ba15f64df17ee46c48ef2498caf292e29b6b838ebfc5a49a1dccbae
 SHA512 
b8b6513677f84fe97dfee9b96449ce6f2bad5d1dbd51a4f36b080136efd3b1d97850f02ec52e8e70c317104f99ad383dd9d2b260f0c151eb11851b03efcefe58

diff --git a/dev-python/pytools/pytools-2017.4-r1.ebuild 
b/dev-python/pytools/pytools-2017.4-r1.ebuild
deleted file mode 100644
index dfcbd576f34..00000000000
--- a/dev-python/pytools/pytools-2017.4-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-       >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}]
-       >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-       >=dev-python/six-1.8.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-       >=dev-python/setuptools-0.7.2[${PYTHON_USEDEP}]
-       test? (
-               ${RDEPEND}
-               dev-python/pytest[${PYTHON_USEDEP}]
-       )
-"
-
-python_test() {
-       pytest -vv || die "Tests fail with ${EPYTHON}"
-}

Reply via email to