commit:     1f0c79b478a1db6c44d724746a028512b3458e2f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 19 14:02:10 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 19 14:55:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f0c79b4

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest                |  2 --
 dev-python/pytools/pytools-2024.1.6.ebuild | 33 ------------------------------
 dev-python/pytools/pytools-2025.1.1.ebuild | 31 ----------------------------
 3 files changed, 66 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index bbb6e5db7b60..27a3ba9a4ab8 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,3 +1 @@
-DIST pytools-2024.1.6.tar.gz 81344 BLAKE2B 
ff68e2606170bf54e3f609ee7f4cfe58e063f43dcfb2706d5ed7659ea2fde863e6315d0d81dff2e62a3378f195413561a927b0c1e7bedc06388cf4893c07b873
 SHA512 
a9e934f1cbaf0ace32420f9b74224a06ce8421ee291b837292133969c6788c4cc8bea01446cd4d1505aca9fa81e8ae0d3eacf60d3285186e66d67d5abe10ce3e
-DIST pytools-2025.1.1.tar.gz 80186 BLAKE2B 
c5886b1bb3d3c18ff14bd6ccb298a73e1c84d5149e3644eee5fb7d0aa9a19608397686b444544639814a1d64e9b86d64ca56db9b1fa93911b2ebc03b630e50a3
 SHA512 
6c04a6a11e2797f0506963a3d2a71970af44863517ff237c68c705e94e4efe059ee08548fe9dfed6d3eab9b9fdb6b68596b8d26c943b0c5fe95543270f3e82ca
 DIST pytools-2025.1.2.tar.gz 80400 BLAKE2B 
e07379f1c954ece6d9b2e5c7db5a84758d5d85a5955990cf730a135bc961321132c36c7e1402c4684d50957069f839bb732bda849f3d46513ddb5533b9a88b88
 SHA512 
74fc858aed5043cab9aa2210f071aa3aaf60008ec60b63133dac870ff257981284f66b40ccbedfdcf68969b1e1476cb012dbf83fa9397bb1b857ae5db09f99f6

diff --git a/dev-python/pytools/pytools-2024.1.6.ebuild 
b/dev-python/pytools/pytools-2024.1.6.ebuild
deleted file mode 100644
index c190bc38483c..000000000000
--- a/dev-python/pytools/pytools-2024.1.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1 pypi
-
-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/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
-
-# 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.10)
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytools/pytools-2025.1.1.ebuild 
b/dev-python/pytools/pytools-2025.1.1.ebuild
deleted file mode 100644
index 2a12fc565761..000000000000
--- a/dev-python/pytools/pytools-2025.1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1 pypi
-
-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/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv"
-
-# NB: numpy & siphash24 are an "extra" (optional) deps
-RDEPEND="
-       >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
-       >=dev-python/platformdirs-2.2[${PYTHON_USEDEP}]
-       >=dev-python/siphash24-1.6[${PYTHON_USEDEP}]
-       >=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

Reply via email to