From 293a0c911de3616649048b9e38442e60333c0e06 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Fabbro?= Date: Sat, 29 Jul 2017 17:22:43 +0000 Subject: [PATCH] dev-python/distributed: version bump Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- dev-python/distributed/Manifest | 1 + .../distributed/distributed-1.18.0.ebuild | 50 +++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 dev-python/distributed/distributed-1.18.0.ebuild diff --git a/dev-python/distributed/Manifest b/dev-python/distributed/Manifest index 47f793e65cf5..6e6eba6d95ce 100644 --- a/dev-python/distributed/Manifest +++ b/dev-python/distributed/Manifest @@ -1 +1,2 @@ DIST distributed-1.17.1.tar.gz 376088 SHA256 9c4f8b511ddb8d13851701deec1a15f64e75394dc6ae361fa8f6c41c9eeca0f1 SHA512 e3addbdd18165ca00879829e98993b5e5d466dfdfa9255a668725852256b2bc6bca80ca42c63744ef3988d66d61bfc43258a83e7445158733d511d27aa68c64a WHIRLPOOL f1a3526fcad512d0b78b64f03c3eb6cbde6f1580fb794819f80536e8778685ca02fa62bb0938e8c87a77be3cd92b6ed1ea55dbbacdbc5966a62664f059bf1546 +DIST distributed-1.18.0.tar.gz 395888 SHA256 eba0c3fdaf0ee460a052f8376caa2ae77b15e308ea0d1fd77240a451474d3d74 SHA512 3603b22a454c7010c64fceb79b4aa024476bd038f4c27585c8f2dd51a2e4ace1c900dfc7c3bf096d4274be985003b72e9bd16af7b351ec9a65c6712a1f5e39d4 WHIRLPOOL 9e3372c7e056647aa51f2f24dfeea9496b07f9d9e71a415f013aa5978fffad392d80b1d5bc9ef814d098505598a3c79a001a2b07d201db0b5dde74bd69cd6b82 diff --git a/dev-python/distributed/distributed-1.18.0.ebuild b/dev-python/distributed/distributed-1.18.0.ebuild new file mode 100644 index 000000000000..6c0ea4f46e0f --- /dev/null +++ b/dev-python/distributed/distributed-1.18.0.ebuild @@ -0,0 +1,50 @@ +# 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,6} ) + +inherit distutils-r1 + +DESCRIPTION="Python library for distributed computation" +HOMEPAGE="http://distributed.readthedocs.io/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND=" + dev-python/click[${PYTHON_USEDEP}] + >=dev-python/cloudpickle-0.2.2[${PYTHON_USEDEP}] + >=dev-python/dask-0.14.1[${PYTHON_USEDEP}] + >=dev-python/joblib-0.10.2[${PYTHON_USEDEP}] + dev-python/msgpack[${PYTHON_USEDEP}] + >=dev-python/partd-0.3.7[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-python/sortedcollections[${PYTHON_USEDEP}] + dev-python/tblib[${PYTHON_USEDEP}] + >=dev-python/toolz-0.7.4[${PYTHON_USEDEP}] + dev-python/zict[${PYTHON_USEDEP}] + www-servers/tornado[${PYTHON_USEDEP}] + virtual/python-futures[${PYTHON_USEDEP}] +" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + ${RDEPEND} + dev-python/pytest[${PYTHON_USEDEP}] + ) +" + +python_test() { + cd "${BUILD_DIR}"/lib || die + py.test -m "not avoid_travis" distributed \ + --verbose -r s \ + --timeout-method=thread \ + --timeout=300 \ + --durations=20 || die +} -- 2.26.2