summaryrefslogtreecommitdiff
path: root/dev-python/partd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/partd
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/partd')
-rw-r--r--dev-python/partd/Manifest4
-rw-r--r--dev-python/partd/partd-0.3.2.ebuild33
-rw-r--r--dev-python/partd/partd-0.3.8.ebuild4
3 files changed, 3 insertions, 38 deletions
diff --git a/dev-python/partd/Manifest b/dev-python/partd/Manifest
index aae0b542d078..063b5f7a0caf 100644
--- a/dev-python/partd/Manifest
+++ b/dev-python/partd/Manifest
@@ -1,5 +1,3 @@
-DIST partd-0.3.2.tar.gz 17097 BLAKE2B 7ab5175f3df7a550d107d19d07f6a0810dbac8d393e66b25ac9f7f17b4f1f0f3209140e05798369d7e3178ca4556a05b356db399f23da5591f3829d6631cadad SHA512 7d48af79d6a42d7adbca85df1199d266ae115b4160fcaa9ba6a026b92ae813d9a37594dfab06f969a38799f13f23c80bbcd89be4ec4fdd8ad9f85718598707de
DIST partd-0.3.8.tar.gz 19171 BLAKE2B 1c96a3771ba8866ec1f8e8536909c433bc2cf914d0eee9ae01bd7d1255b44caed59b1dd71ff4f7c433c3429a86381757be1202dadd01cd65282687ddd0c1ad62 SHA512 3b7c642f7452a409eece356d2fe2e9430f6c5859b685c2ebe3d4cd8fbaa1c86e370174454f31b264ff8866ca9a9ab3bc0ca288f7ed123d8233ea3332f373d01d
-EBUILD partd-0.3.2.ebuild 823 BLAKE2B 1b2ab872dee6bf8d6aedf92ab2031002c5851524a547a9e3b12c435aa5f872c898c676ca0e32b6641136221745f93125a00c45c7880b9d1e5db1e4a0e4c8dca2 SHA512 270d1d9f31f1a8972b084506142f08e5d03835cafcf7617785149835798cae7dd7142da01885e2ee4d5d045cc9c1bad1fe3cc273007bba334600ed4199d13e0c
-EBUILD partd-0.3.8.ebuild 823 BLAKE2B 5a6e8cb0ba89910fbeb236e14bfcd307a25cfdd8e1702524c9a487984a956f4f65d0da17a1273a4891b49dd2048959fa66d3f0e7144cc002402bea9d67bb0131 SHA512 cbc5f5601bcf7b69506c1bdd74cce065657ae11055d74a7f036ab9bc88631574514c8d99e8c6566bc1315fad3bd79762af12c03edbd5d146a5924963f83ee91e
+EBUILD partd-0.3.8.ebuild 821 BLAKE2B 8b258c58b67f79d740e6b56c7fee08654b641d049bf47c024427c08797cdf019a8637488427b848a9944de87c6fb30952ce3ad8c5af149ce5e81564e3cab614b SHA512 959fa8f8a66e382ded80601fe665abe6bbe68c9c4135646af9d9a092e63e0895161c5b0cbf45b35d5ef8bbd05345e6ad04e774b62e8864b08c299078f78287ec
MISC metadata.xml 668 BLAKE2B 5bee3dfee36d41021686daf6f8449311089503fafc31e9bc7a998bda70a5301e144fcb47925339f268f2caa27bfba06f3cea1e614d8d97b08ad611982ce712ec SHA512 30f9fb68a75ecadd72d03b01be181cc661ddc70b595fcef8cc5d9a98de089d585e2baa9615e9989af68cc4f1e520c8862b41ac769568c8a29a3c8877330fc52f
diff --git a/dev-python/partd/partd-0.3.2.ebuild b/dev-python/partd/partd-0.3.2.ebuild
deleted file mode 100644
index 916931d897a7..000000000000
--- a/dev-python/partd/partd-0.3.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_5 )
-
-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-0.3.8.ebuild b/dev-python/partd/partd-0.3.8.ebuild
index fae54eecb00f..1596103bd4ce 100644
--- a/dev-python/partd/partd-0.3.8.ebuild
+++ b/dev-python/partd/partd-0.3.8.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
inherit distutils-r1