From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/partd/Manifest | 5 +++++ dev-python/partd/metadata.xml | 20 ++++++++++++++++++++ dev-python/partd/partd-0.3.2.ebuild | 32 ++++++++++++++++++++++++++++++++ dev-python/partd/partd-0.3.8.ebuild | 33 +++++++++++++++++++++++++++++++++ 4 files changed, 90 insertions(+) create mode 100644 dev-python/partd/Manifest create mode 100644 dev-python/partd/metadata.xml create mode 100644 dev-python/partd/partd-0.3.2.ebuild create mode 100644 dev-python/partd/partd-0.3.8.ebuild (limited to 'dev-python/partd') diff --git a/dev-python/partd/Manifest b/dev-python/partd/Manifest new file mode 100644 index 000000000000..89f0268d2b83 --- /dev/null +++ b/dev-python/partd/Manifest @@ -0,0 +1,5 @@ +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 803 BLAKE2B 94066240d5dd88c03c09ddc85ea5b72be80f98e03043aa87d654d5433fcb4dcf2685f815344fe10c10682e8b126f84d7c7e3540f789d4bd38d7f9a3d6ba53d35 SHA512 c6c4ca3983a766fb2f5bfddcfc5e4477592523817f34745e9d00ac87b11627d765704d47a80b83f37af02525aabee2f971d5424e95f05fe1c0c26ff55d4df63e +EBUILD partd-0.3.8.ebuild 807 BLAKE2B 9047f104586289d8566b5054cfc06ab3de6b629fa3aab24abcbd9e800311bc0e7b6ea843f8fdad269ac65dcac0406770417e0ec7d21b7106e0dba8f418247404 SHA512 dad8915f82ccb32689b55f21ac027889d22e59b8965ff21eecd4ea1e6874fb8949bd9dc900aa461887eec6b2abde3e3a513be6e32241d89a6cdc8049f69b0643 +MISC metadata.xml 668 BLAKE2B 5bee3dfee36d41021686daf6f8449311089503fafc31e9bc7a998bda70a5301e144fcb47925339f268f2caa27bfba06f3cea1e614d8d97b08ad611982ce712ec SHA512 30f9fb68a75ecadd72d03b01be181cc661ddc70b595fcef8cc5d9a98de089d585e2baa9615e9989af68cc4f1e520c8862b41ac769568c8a29a3c8877330fc52f diff --git a/dev-python/partd/metadata.xml b/dev-python/partd/metadata.xml new file mode 100644 index 000000000000..1f38ba605190 --- /dev/null +++ b/dev-python/partd/metadata.xml @@ -0,0 +1,20 @@ + + + + + cluster@gentoo.org + Gentoo Cluster Project + + + python@gentoo.org + Python + + + Partd stores key-value pairs. Values are raw bytes. We append on old values. + Partd excels at shuffling operations. + + + partd + dask/partd + + diff --git a/dev-python/partd/partd-0.3.2.ebuild b/dev-python/partd/partd-0.3.2.ebuild new file mode 100644 index 000000000000..143b51370ba0 --- /dev/null +++ b/dev-python/partd/partd-0.3.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,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" + +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 new file mode 100644 index 000000000000..4bd9e33998ed --- /dev/null +++ b/dev-python/partd/partd-0.3.8.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +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" + +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 +} -- cgit v1.2.3