commit:     4b9448bd7368a2631f52b59608a5b1d6e3a78d56
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 14 14:27:56 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 14 14:56:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b9448bd

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest                |  2 --
 dev-python/pytools/pytools-2025.1.3.ebuild | 31 ------------------------------
 dev-python/pytools/pytools-2025.1.5.ebuild | 31 ------------------------------
 3 files changed, 64 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 442caffebc57..e33bb018b249 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,3 +1 @@
-DIST pytools-2025.1.3.tar.gz 80509 BLAKE2B 
448de6bb5ddedd905ee002ee4f6c0a49c657fce546e99c8ccdc5ddc119db9b8e0d40a138be9b3f25a63c5beab1602ff862805b175f927bea2ca306d6155d2499
 SHA512 
cdf9562f9dbc916fc0c21f363e7f34c1bdee3fd5adc5b499461ce40e887100d39ab0f8dddc50ade6c85120c74da3330d487eda112b7bf6d7e567fcdcabbe6e9b
-DIST pytools-2025.1.5.tar.gz 95745 BLAKE2B 
7bc5a6f5dabae3a39b81cdd36584aa7b434f8693d17cec2b7985f05fa5b386c2c56845c140b1d7b4874b13b748cd51dc1db6c1885e0503c53cdd5847c09df4b3
 SHA512 
c1616e473942d22b32831877af361e0527bd6cabf1be0b13ec413ef341c1cddd5da00d2d4d059e407c3b63e25a86737351da4dfeb29db090d7369af7af25172f
 DIST pytools-2025.1.6.tar.gz 96212 BLAKE2B 
f9f538f262158d40aed408d094562cad162a60a330b2bf002b898d473a1085c9f7861c5039770733adb938d67327bfb9d11e130a0385c6f6fc9b79fe732e2927
 SHA512 
b9602d4a4182fd898a7ff1169cd00c6f886a779655b21b1d42f6fd100cc53df2f3c70fed8a3981a57f63f36122ea224b0f17816eb59e85ed3d625c0ae331de99

diff --git a/dev-python/pytools/pytools-2025.1.3.ebuild 
b/dev-python/pytools/pytools-2025.1.3.ebuild
deleted file mode 100644
index 01d50afe5d93..000000000000
--- a/dev-python/pytools/pytools-2025.1.3.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_{11..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 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.5.ebuild 
b/dev-python/pytools/pytools-2025.1.5.ebuild
deleted file mode 100644
index 8e2cc3b778e1..000000000000
--- a/dev-python/pytools/pytools-2025.1.5.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_{11..14} )
-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 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