commit: 930f7e76b183ab54d3247d5bf9eb7aaa12662575
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 28 15:11:56 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 28 15:23:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930f7e76
dev-python/partd: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/partd/Manifest | 1 -
dev-python/partd/partd-1.4.0.ebuild | 35 -----------------------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/partd/Manifest b/dev-python/partd/Manifest
index 66b1cfdc256c..92e97254035f 100644
--- a/dev-python/partd/Manifest
+++ b/dev-python/partd/Manifest
@@ -1,2 +1 @@
-DIST partd-1.4.0.tar.gz 36345 BLAKE2B
2e402e8bdd36544ef1f6b537a62217f673781c2210fcd3f01796311bd15befea474082f7b7191bf520f6b1b6c20f0e81e81f960aed457ba2b434c1a0cacf5641
SHA512
a77573798f330ff467dc07c3f7233ddf5b491e6f5c13f4d3a898125e40424e08f3d3491312506156254089704114b58e948a89c954d212402e59886b45bcb299
DIST partd-1.4.1.tar.gz 36272 BLAKE2B
032f30988468d68b5b8a18ceeb28f75c6807bae8ec57a88c50beb1c4ed2f99721d5f50e1002cf74376867f54f5c5dbdaf823b999f8680766f13e8f5f9df74801
SHA512
0bf285a33731d3c000e6c2c1958cda0df21c3a2be31694ac31ce0cc45aa2b31b8631f962c25b9ecac3831474abb5872748bd3348f99e13faadee467a1f164492
diff --git a/dev-python/partd/partd-1.4.0.ebuild
b/dev-python/partd/partd-1.4.0.ebuild
deleted file mode 100644
index 2bba03d25e91..000000000000
--- a/dev-python/partd/partd-1.4.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Appendable key-value storage"
-HOMEPAGE="
- https://github.com/dask/partd/
- https://pypi.org/project/partd/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- dev-python/locket[${PYTHON_USEDEP}]
- dev-python/toolz[${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