summaryrefslogtreecommitdiff
path: root/dev-python/distributed
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /dev-python/distributed
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'dev-python/distributed')
-rw-r--r--dev-python/distributed/Manifest4
-rw-r--r--dev-python/distributed/distributed-1.18.0-r1.ebuild1
-rw-r--r--dev-python/distributed/distributed-1.18.0.ebuild1
3 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/distributed/Manifest b/dev-python/distributed/Manifest
index cdad6671f567..897a26ff9965 100644
--- a/dev-python/distributed/Manifest
+++ b/dev-python/distributed/Manifest
@@ -1,4 +1,4 @@
DIST distributed-1.18.0.tar.gz 395888 BLAKE2B a1f84f93130b4e878d2b6a2059e71330fd10ac7be2c8e1d3fa06984e34dda4984180f496b9513f531ae21f3cc978f71f8e9492fcd5d644613a7d9ececcb5ecb6 SHA512 3603b22a454c7010c64fceb79b4aa024476bd038f4c27585c8f2dd51a2e4ace1c900dfc7c3bf096d4274be985003b72e9bd16af7b351ec9a65c6712a1f5e39d4
-EBUILD distributed-1.18.0-r1.ebuild 1304 BLAKE2B 0dbfd61ae8e4a287703bc544a9bd65311d5e7ff5b53fb154a15037c1977356f0a31c5cb4d779a7dce85fa8084b0e09bc40a5825bf9ee03f630a439fdec21fc01 SHA512 86529387c35148dba0f2806d69e53c0c643dc24d9b5c5b66c1027dec463704f0f6d217b326afc225cc910fd65a812e2a58ab95eec803993404770afcab2683ac
-EBUILD distributed-1.18.0.ebuild 1322 BLAKE2B 2b607c58a02adebf8160d16dea34bb790b9734a2c65867b048fb784b2b119c6dd347bd684397d8b8c6f8c951b9ec1d7a9392409c65202bce943a0f8df47b98ca SHA512 f43d9b5c6de4def3cfa90c6ff1811600dce66daa4753230fa23e87e05bd0825c6d6b0f146564b53702abc902886134b0ff2cef80a1744fbcab24d35ec6b298de
+EBUILD distributed-1.18.0-r1.ebuild 1331 BLAKE2B 33330d644bf79ca05759558524074c850a76db66d55da5a22e5a0a0807f21f8b70b218a8e3a111659e0701f48c8b28f38f0e696423ee49da3bafd75a0864bab0 SHA512 1c9efb2732a2eec0c733d5d724463847aff35b51d6d7c814829680a4c1dc73468bce1b1abd1190f162e5ecbbedcbc2972ff1f25053fb08e51e9f1a0d6ac872b4
+EBUILD distributed-1.18.0.ebuild 1349 BLAKE2B d7d326506aea80100c249a738391f76ab797676bef9cf1b8bd363f3fac7f74ccecbd91865b71bfa3ee5fa6f18daa7487fba1bf1ed140d80520859e49777002c8 SHA512 cbf0af758dbfe87f8b4a57ab1b82b30b4cb3a96c15e717775b74e67d3a02b9d294eacb9af8cc4a8c8a61adc8c34a88c3f8c8b8089bfa9468aa46be495d88da3b
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 9fa13dad1476..577099d8d139 100644
--- a/dev-python/distributed/distributed-1.18.0-r1.ebuild
+++ b/dev-python/distributed/distributed-1.18.0-r1.ebuild
@@ -14,6 +14,7 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
dev-python/click[${PYTHON_USEDEP}]
diff --git a/dev-python/distributed/distributed-1.18.0.ebuild b/dev-python/distributed/distributed-1.18.0.ebuild
index c7f521437679..2e33c1a50210 100644
--- a/dev-python/distributed/distributed-1.18.0.ebuild
+++ b/dev-python/distributed/distributed-1.18.0.ebuild
@@ -15,6 +15,7 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
dev-python/click[${PYTHON_USEDEP}]