diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-12 03:41:30 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-12 03:41:30 +0100 |
commit | 623ee73d661e5ed8475cb264511f683407d87365 (patch) | |
tree | 993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-python/distributed | |
parent | ceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff) |
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-python/distributed')
-rw-r--r-- | dev-python/distributed/Manifest | 3 | ||||
-rw-r--r-- | dev-python/distributed/distributed-1.18.0-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/distributed/distributed-1.18.0.ebuild | 51 |
3 files changed, 1 insertions, 54 deletions
diff --git a/dev-python/distributed/Manifest b/dev-python/distributed/Manifest index 7dce14d08a9f..b0987f7d94c6 100644 --- a/dev-python/distributed/Manifest +++ b/dev-python/distributed/Manifest @@ -1,4 +1,3 @@ DIST distributed-1.18.0.tar.gz 395888 BLAKE2B a1f84f93130b4e878d2b6a2059e71330fd10ac7be2c8e1d3fa06984e34dda4984180f496b9513f531ae21f3cc978f71f8e9492fcd5d644613a7d9ececcb5ecb6 SHA512 3603b22a454c7010c64fceb79b4aa024476bd038f4c27585c8f2dd51a2e4ace1c900dfc7c3bf096d4274be985003b72e9bd16af7b351ec9a65c6712a1f5e39d4 -EBUILD distributed-1.18.0-r1.ebuild 1319 BLAKE2B 2b4a632872203e3f4f51872922081b6ec6074e9ec34c60fad452e20e1f2bed740c783e90a757c038cf8ef557477b138cf86b71ee4ad263a8204d761d271211c9 SHA512 527c06cdbefc7343e870b8de3ab75eb5c28394662b273f8fd0dcf26a4610eb0560bd9cd40d2558547ed7b71809b68b4c8e3502f59154a55a46746822b9b9cdfb -EBUILD distributed-1.18.0.ebuild 1335 BLAKE2B 71c4acca5fe85299e74902f48fd117eaf7934b99ac42ffe5cd50d2f7ef6a648c5a5bb1430d533466e887617db61190d56f42bc3ed1e6595d0db73d4db0e10d39 SHA512 21c2da507c778bde036d7f19d5405910ebf75a38508b35ed0fdbe0260ce7394544bbd43e15bc048480d0a28fcddab56989952ee5f30764b0c14868791c490b39 +EBUILD distributed-1.18.0-r1.ebuild 1277 BLAKE2B 7bc66f2947d9724f8d7a9b1fad56ac48e2181d6916685c7c180df18421bd3265017af6db3dfa456f7cbadd0ecc2b596a264439bfb43b782600d3611e4cdd1f52 SHA512 ddd3269ce8bb6dfb45dfde7d240b2e07481cef494978ea3b0ef43fc7dcc4966da40582377fbe11a6e67fefb64d59cc04894a903d66756317fde2522b9951cf34 MISC metadata.xml 511 BLAKE2B cd7c1cbc44915c6a922c188703d69260c85f0f1d4a97606fccec97b2d11deba4ef25f91dffe7fbd407a93dffa4f69f50f9289d948ebf4764da2980acdebe5ffe SHA512 b512481cca22a1dffd5620312825bdec9348b1a469be61874211dd25befb2111fab1ea79596087f5226b053a2ab660174508828d5300de9ff24119880995a296 diff --git a/dev-python/distributed/distributed-1.18.0-r1.ebuild b/dev-python/distributed/distributed-1.18.0-r1.ebuild index 8a2721f904a6..373381fe29f5 100644 --- a/dev-python/distributed/distributed-1.18.0-r1.ebuild +++ b/dev-python/distributed/distributed-1.18.0-r1.ebuild @@ -30,7 +30,6 @@ RDEPEND=" >=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}] diff --git a/dev-python/distributed/distributed-1.18.0.ebuild b/dev-python/distributed/distributed-1.18.0.ebuild deleted file mode 100644 index 201b8cd32d4a..000000000000 --- a/dev-python/distributed/distributed-1.18.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Python library for distributed computation" -HOMEPAGE="https://distributed.readthedocs.io/en/latest/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( 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 -} |