diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-20 07:55:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-20 07:56:34 +0200 |
commit | ac1ff3cdc11ddb4017504a08c615196c5da2dd51 (patch) | |
tree | 74e69ead6a44981fd01f595c1bbba8a2e46a62ba /dev-python/partd | |
parent | dev-python/phonenumbers: Remove old (diff) | |
download | gentoo-ac1ff3cdc11ddb4017504a08c615196c5da2dd51.tar.gz gentoo-ac1ff3cdc11ddb4017504a08c615196c5da2dd51.tar.bz2 gentoo-ac1ff3cdc11ddb4017504a08c615196c5da2dd51.zip |
dev-python/partd: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/partd')
-rw-r--r-- | dev-python/partd/Manifest | 1 | ||||
-rw-r--r-- | dev-python/partd/partd-1.2.0.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/partd/Manifest b/dev-python/partd/Manifest index 9a8b2ab689d3..5ebadda700e1 100644 --- a/dev-python/partd/Manifest +++ b/dev-python/partd/Manifest @@ -1,2 +1 @@ -DIST partd-1.2.0.tar.gz 36720 BLAKE2B dccc14704134d1453b92e896080a820b817efc78f86511307d4d1f6e2787f38935edaa8fdfb0ea4f2350ab99f5ad06cef98bb1eba4d4e45b2582a3ada2f5d907 SHA512 dbcf6a73e23aacd6502f0669abcb8e51547f280b1b7b94baa7ab5637cd838f8427ad1c4e39127fb7f8b164f3a83b66611b2c71667d31fe0137619fb6c457fab9 DIST partd-1.3.0.tar.gz 36153 BLAKE2B e717d61f44c30cfef487e0849a920f839bcafdba1f39b884d9bb4314547074f876aaae53e8613687f5f71dabcc6fd68c95c37264dc52a52544eed50367e85acc SHA512 0ebcccb5dd25d7328bf76e05523b3e40836a92ea867d26aee31e739b7859ca7848da92c6c20824ed1343c1ced2c759361b25ec30f8405e61bd36308613f866c7 diff --git a/dev-python/partd/partd-1.2.0.ebuild b/dev-python/partd/partd-1.2.0.ebuild deleted file mode 100644 index 54d33b7e497f..000000000000 --- a/dev-python/partd/partd-1.2.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Appendable key-value storage" -HOMEPAGE="https://github.com/dask/partd/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" - -RDEPEND="dev-python/locket[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/blosc[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/pyzmq[${PYTHON_USEDEP}] - dev-python/toolz[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest |