commit:     458a92f719489e63c1743fb2e02183e0ea8b0df6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 07:14:02 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 07:14:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458a92f7

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest                 |  3 ---
 dev-python/pytools/pytools-2022.1.10.ebuild | 34 -----------------------------
 dev-python/pytools/pytools-2022.1.11.ebuild | 34 -----------------------------
 dev-python/pytools/pytools-2022.1.9.ebuild  | 34 -----------------------------
 4 files changed, 105 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index bf156f2f9d6f..fdca1384823b 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,4 +1 @@
-DIST pytools-2022.1.10.tar.gz 70033 BLAKE2B 
bc7edcaa68110866e2be0f6dec9d712f0c9f4a5eb10c19778940b12fc93437ccae9fa4ebc8ef563fb6127a7348c12532b5d78104dd1c6ce301b2ec6951bb2609
 SHA512 
6c19ab1b765f036459f24a80b9034b9028b94f1d340bcecdbfa53f955f3240220be3c6c1dad9b4e4d367d1ca094622ee6bcd043b7ecdc85706f2467eed43b58d
-DIST pytools-2022.1.11.tar.gz 70285 BLAKE2B 
65d88261aed8d96cef6a111e9ccf15d3f7c15a3bfd42d5cced7a6a13801b4d894b059f80aae5aa03e35ab23461e6e24341c7f1c9bbb23f4d130a448f52baabc9
 SHA512 
68c08320c15baa0d7e09baf13e311b4f4a354f59947a01753dad71fd239159d336186cf8bce66aa4b25c6404248d729b5de61ce29eca13e61fa6b48ad4fcc574
 DIST pytools-2022.1.12.tar.gz 70346 BLAKE2B 
6f3fc1b55185e0ea7e680a089d66c7f64b9d3312ebf02c3fdba776f49d6156ccb83f5eef9139f1c6f9e17448f102c38661c2cd07e33277923f9379a017e72194
 SHA512 
66a4a60b26ee543a774322583a22105f5e886cb86956b4edb95ae361a5aa6cff28b1bcf6ad84b9e2f68c81bb11f5a18bd2e8d0335343550a6e9bca4cb0e9c0e8
-DIST pytools-2022.1.9.tar.gz 69731 BLAKE2B 
12a6b4a299eef5713dbe226b65b3f1d7ef92a67fbef7bcbf166a09dff79ce6eb2ac7976aab9c54d5a1363d96dc61db928ca44c22de8b33637cc0f09f0b0dd347
 SHA512 
242b41010db581ad18bc96572bd8f25b15ff4228e1ea3ad8eca2016a36d6a2b55bcc570437821eb40605ab45f574b738f8364adbfd0cac28c2b12fb75e75dd14

diff --git a/dev-python/pytools/pytools-2022.1.10.ebuild 
b/dev-python/pytools/pytools-2022.1.10.ebuild
deleted file mode 100644
index 099c6522be45..000000000000
--- a/dev-python/pytools/pytools-2022.1.10.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-       https://mathema.tician.de/software/pytools/
-       https://github.com/inducer/pytools/
-       https://pypi.org/project/pytools/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-       >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-       >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
-       ' 3.8 3.9 3.10)
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytools/pytools-2022.1.11.ebuild 
b/dev-python/pytools/pytools-2022.1.11.ebuild
deleted file mode 100644
index 099c6522be45..000000000000
--- a/dev-python/pytools/pytools-2022.1.11.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-       https://mathema.tician.de/software/pytools/
-       https://github.com/inducer/pytools/
-       https://pypi.org/project/pytools/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-       >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-       >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
-       ' 3.8 3.9 3.10)
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytools/pytools-2022.1.9.ebuild 
b/dev-python/pytools/pytools-2022.1.9.ebuild
deleted file mode 100644
index 2b7be207348c..000000000000
--- a/dev-python/pytools/pytools-2022.1.9.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-       https://mathema.tician.de/software/pytools/
-       https://github.com/inducer/pytools/
-       https://pypi.org/project/pytools/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-       >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-       >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
-       ' 3.8 3.9 3.10)
-"
-
-distutils_enable_tests pytest

Reply via email to