commit:     56a165b70a1f65259ad9fb2d9070cfa509cf25a2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  1 10:10:28 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb  1 10:12:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a165b7

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.21.ebuild | 31 -----------------------------
 dev-python/pytools/pytools-2025.1.ebuild    | 31 -----------------------------
 3 files changed, 64 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 0ad0804e88c5..e0d613c41a37 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,4 +1,2 @@
-DIST pytools-2024.1.21.tar.gz 79853 BLAKE2B 
bf592feb22fa6c1c43a924cc54e7b17320705d823954f2179242b8db2ef893e306c5f671eeb63c66b5a97b18c9c3fb20b9b38516f48ea3cd51b419fa51739981
 SHA512 
2159d982a9b2272d7bc172a48d4cf9d7a9ce278ec99cc2cfd47cfb6162f543b774a2c717b312155c9332e7d96782914e42443cb90ebd9a1f342d54018f2c34aa
 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.tar.gz 80129 BLAKE2B 
db37d958da0cc3bef91d69028f46d193d6c06223d967990eaf4653d27a35a3b2053b3954a7abfc5c61e6979f9d4028be64bb95029e813f3bac6152669efc1854
 SHA512 
4a79e22f4385d86bc95f55d1b99f6146f7e9308f6108a2d32f948ed735442777a21f93ce32d0c9b3560f92dc8ac01628da6aebb81952fc3f8fa472a947fd53f5

diff --git a/dev-python/pytools/pytools-2024.1.21.ebuild 
b/dev-python/pytools/pytools-2024.1.21.ebuild
deleted file mode 100644
index fa333d06427e..000000000000
--- a/dev-python/pytools/pytools-2024.1.21.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 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

diff --git a/dev-python/pytools/pytools-2025.1.ebuild 
b/dev-python/pytools/pytools-2025.1.ebuild
deleted file mode 100644
index 032de67dd81f..000000000000
--- a/dev-python/pytools/pytools-2025.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