diff options
| author | Michał Górny <mgorny@gentoo.org> | 2021-02-19 17:33:31 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2021-02-19 17:33:31 +0100 |
| commit | c03ddfac182ffb264fbdfe749d1c4bec4512e18f (patch) | |
| tree | 9613e0f3e9a6f20187b500d0ad973fc560b382f5 /dev-python | |
| parent | 7bf7f5463906cd7e7deb014967522d44a194e59c (diff) | |
| download | gentoo-c03ddfac182ffb264fbdfe749d1c4bec4512e18f.tar.gz gentoo-c03ddfac182ffb264fbdfe749d1c4bec4512e18f.tar.bz2 gentoo-c03ddfac182ffb264fbdfe749d1c4bec4512e18f.zip | |
dev-python/pytools: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pytools/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pytools/pytools-2020.4.4.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest index fc14521af6c7..4c9a0b9a48c8 100644 --- a/dev-python/pytools/Manifest +++ b/dev-python/pytools/Manifest @@ -1,2 +1 @@ -DIST pytools-2020.4.4.tar.gz 61208 BLAKE2B e124ae0f2c6be9c760ac178f2043e2d63af7e1eaa79e343b52dc183724bac7e869185d14d43a79efb91cfc55f39c81747581c61badbcb8cbd3d02d6e9a9a79a0 SHA512 32dc47a5a6c39c806c0bc4ffc34a41a1bb51ada537dbba36cfefad7f4370793879b3cb143b37d6fd3542aad0d64ac663cca4c8f7a05db36a9522e9919a1ef3d1 DIST pytools-2021.1.tar.gz 62003 BLAKE2B 2938359365082d9475cfb51586c78d3dce264cf0e8b1cf3fea0c7c688570c6e25c9a558b78977c35331ee89afd23ab7eb44a8702b3908eea160b07747646cc53 SHA512 c365cbb65b756869407f7f053112cb9732aeb138493172f2b90563a4f45e6d993557e54de2165a463931b8e2bd29c3ccd32c059702f21fb59e3dee74c19efd8f diff --git a/dev-python/pytools/pytools-2020.4.4.ebuild b/dev-python/pytools/pytools-2020.4.4.ebuild deleted file mode 100644 index 0638cd697a4a..000000000000 --- a/dev-python/pytools/pytools-2020.4.4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -PYTHON_REQ_USE='sqlite' -DISTUTILS_USE_SETUPTOOLS=bdepend - -inherit distutils-r1 - -DESCRIPTION="Collection of tools missing from the Python standard library" -HOMEPAGE="https://mathema.tician.de/software/pytools/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64" - -RDEPEND=" - >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] - >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}] - >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest |
