commit:     a5e00b9a459e32086a742c34f40e105813852cda
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 14:47:27 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 15:00:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e00b9a

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest                |  1 -
 dev-python/pytools/pytools-2024.1.3.ebuild | 33 ------------------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index d9c5369db715..b614e0b8b54e 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1 @@
-DIST pytools-2024.1.3.tar.gz 79453 BLAKE2B 
00d19b5e3918ae2e230db8778edcbaa8102436be1d82ee0a24f5f7504ef5f8ca5903c07386b5ebb1359138d4cb2f68840585b30e118f5dc1f3e2266230ec7d1d
 SHA512 
89ee628af18ab68ebc1dab500a886cad243333a0ebf85128c1b06608b51638fc713e2d485b8d50bd3c70ab3143c46e789a49f7f7fc4fa8a14dd9644e7a822d72
 DIST pytools-2024.1.5.tar.gz 80774 BLAKE2B 
37e9e14d5a62cdad34ddbfd0eabec747c392ba1506aacc76322f090699192369915882ba948fa07cd7a45369d3391343d9b2554def851e844976bc0442ddcfb6
 SHA512 
af7b79f1e26a43459765627ce6e6740953c38e05e26f3ec17360ccdf588ac320eabb5540fbbf9570cde324b8aae2412878316e9930e5195f467dbf5b74ca76b8

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

Reply via email to