summaryrefslogtreecommitdiff
path: root/dev-python/partd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-python/partd
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-python/partd')
-rw-r--r--dev-python/partd/Manifest6
-rw-r--r--dev-python/partd/metadata.xml1
-rw-r--r--dev-python/partd/partd-0.3.8.ebuild33
-rw-r--r--dev-python/partd/partd-1.1.0.ebuild2
4 files changed, 4 insertions, 38 deletions
diff --git a/dev-python/partd/Manifest b/dev-python/partd/Manifest
index 7fe38226e79f..d9baa5987f30 100644
--- a/dev-python/partd/Manifest
+++ b/dev-python/partd/Manifest
@@ -1,5 +1,3 @@
-DIST partd-0.3.8.tar.gz 19171 BLAKE2B 1c96a3771ba8866ec1f8e8536909c433bc2cf914d0eee9ae01bd7d1255b44caed59b1dd71ff4f7c433c3429a86381757be1202dadd01cd65282687ddd0c1ad62 SHA512 3b7c642f7452a409eece356d2fe2e9430f6c5859b685c2ebe3d4cd8fbaa1c86e370174454f31b264ff8866ca9a9ab3bc0ca288f7ed123d8233ea3332f373d01d
DIST partd-1.1.0.tar.gz 35497 BLAKE2B fb9461daccd5f3215471b201bd30be1fdd499f929490b1819899c7396d1d541fa46c629c26bcef5567df259ef0de1ec8effc3b7b498dec0235a4c0117a1c6014 SHA512 5e26c4a63fc2f9a290b211c1fce291da6b3354b4d0fdf941d29ddad1252629c94275ac360d33c88d11ff4e36a4f4d6bee42edd867c92eb7ef0d2697472c9a338
-EBUILD partd-0.3.8.ebuild 811 BLAKE2B b10cabf39cfbadb18eeda51853133cd055efbd9ba35679de868dfaa497861fe923df3fa7e86e23960837dc2f9753aeffe6503c25be7f1e88e93272272d9df926 SHA512 e9354160f8f560ff964b19a868f252407f8808bbd5f83bbc5358ecfebc398367bc5656707477399a10eb7fe61fdf64094e1d32e6f45f38702d5236a83f08e4fc
-EBUILD partd-1.1.0.ebuild 713 BLAKE2B 5ddba296f85f071302d45da21d300cc15b4861505aa1c614bdb5bb296339ef6684c14486702c61fa6ab8862138cc5544976c43ee267f3d554166b935115e8587 SHA512 dd843bf91a62bbae18a1a0d2f2d2f21c3d303e6ec9f7f08ecf4abc8e2a748b36f05a7b2b3062bd9aa934489125a8b6f864e2fda28fe6dce351c68e4ebab2a659
-MISC metadata.xml 668 BLAKE2B 5bee3dfee36d41021686daf6f8449311089503fafc31e9bc7a998bda70a5301e144fcb47925339f268f2caa27bfba06f3cea1e614d8d97b08ad611982ce712ec SHA512 30f9fb68a75ecadd72d03b01be181cc661ddc70b595fcef8cc5d9a98de089d585e2baa9615e9989af68cc4f1e520c8862b41ac769568c8a29a3c8877330fc52f
+EBUILD partd-1.1.0.ebuild 723 BLAKE2B cf691e494c557fa8196979b2f691096d7fafdf5b151ee914e3a31ee8075ea67426e9c7e14618cf25557242495b8bcac21ea67e99da9ddab7cc5a9322f2ae07f1 SHA512 9e9c3e8f6efc9c5c6a31bfabe1f11e912042af50cc9c7114c3e0b90294b117a3661ad69711574b185609620dfb7d4642fbf4ecdbc6464e0be3fb967c1ab747a0
+MISC metadata.xml 693 BLAKE2B 54359382c87dccb8adbac9fb9adb2d19a1f633f493c1931108b58143b7ed67ff8f0098d7dcd5d9d1582a99089d28cbe5c0f05412afd06d7365f8611256599412 SHA512 1adda1906f8aed4bcc47a385007dd9a8011ffd335fd0faa9f5fb30ea11ae2c547a941a2d1c1f3e3bfd34d16171ddacc651c0e0cacacd8079dc708e4cb3b9e8c3
diff --git a/dev-python/partd/metadata.xml b/dev-python/partd/metadata.xml
index 1f38ba605190..b784f51ba4a1 100644
--- a/dev-python/partd/metadata.xml
+++ b/dev-python/partd/metadata.xml
@@ -13,6 +13,7 @@
Partd stores key-value pairs. Values are raw bytes. We append on old values.
Partd excels at shuffling operations.
</longdescription>
+ <stabilize-allarches/>
<upstream>
<remote-id type="pypi">partd</remote-id>
<remote-id type="github">dask/partd</remote-id>
diff --git a/dev-python/partd/partd-0.3.8.ebuild b/dev-python/partd/partd-0.3.8.ebuild
deleted file mode 100644
index ac2be9a64b14..000000000000
--- a/dev-python/partd/partd-0.3.8.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-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 x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/locket[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/blosc[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pyzmq[${PYTHON_USEDEP}]
- dev-python/toolz[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- py.test partd --verbose || die
-}
diff --git a/dev-python/partd/partd-1.1.0.ebuild b/dev-python/partd/partd-1.1.0.ebuild
index 84f60be5c684..22353870f99f 100644
--- a/dev-python/partd/partd-1.1.0.ebuild
+++ b/dev-python/partd/partd-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
RDEPEND="dev-python/locket[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}