summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-22 13:40:39 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-22 13:50:36 +0200
commit4af27f10e81f8d1ec67bfd71497696a57983f6d1 (patch)
tree515ab0173ec0bf51f2f4d58a3de8b7e9c76f5143 /dev-python/pytools/pytools-2022.1.7.ebuild
parentdev-python/rebulk: Remove old (diff)
downloadgentoo-4af27f10e81f8d1ec67bfd71497696a57983f6d1.tar.gz
gentoo-4af27f10e81f8d1ec67bfd71497696a57983f6d1.tar.bz2
gentoo-4af27f10e81f8d1ec67bfd71497696a57983f6d1.zip
dev-python/pytools: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytools/pytools-2022.1.7.ebuild')
-rw-r--r--dev-python/pytools/pytools-2022.1.7.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/pytools/pytools-2022.1.7.ebuild b/dev-python/pytools/pytools-2022.1.7.ebuild
deleted file mode 100644
index 84c6ba7f7f08..000000000000
--- a/dev-python/pytools/pytools-2022.1.7.ebuild
+++ /dev/null
@@ -1,32 +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..10} )
-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"
-
-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