diff options
Diffstat (limited to 'dev-python/distributed')
-rw-r--r-- | dev-python/distributed/Manifest | 4 | ||||
-rw-r--r-- | dev-python/distributed/distributed-1.18.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/distributed/distributed-1.18.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/distributed/Manifest b/dev-python/distributed/Manifest index 897a26ff9965..d5aac98b37bb 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 1331 BLAKE2B 33330d644bf79ca05759558524074c850a76db66d55da5a22e5a0a0807f21f8b70b218a8e3a111659e0701f48c8b28f38f0e696423ee49da3bafd75a0864bab0 SHA512 1c9efb2732a2eec0c733d5d724463847aff35b51d6d7c814829680a4c1dc73468bce1b1abd1190f162e5ecbbedcbc2972ff1f25053fb08e51e9f1a0d6ac872b4 -EBUILD distributed-1.18.0.ebuild 1349 BLAKE2B d7d326506aea80100c249a738391f76ab797676bef9cf1b8bd363f3fac7f74ccecbd91865b71bfa3ee5fa6f18daa7487fba1bf1ed140d80520859e49777002c8 SHA512 cbf0af758dbfe87f8b4a57ab1b82b30b4cb3a96c15e717775b74e67d3a02b9d294eacb9af8cc4a8c8a61adc8c34a88c3f8c8b8089bfa9468aa46be495d88da3b +EBUILD distributed-1.18.0-r1.ebuild 1329 BLAKE2B aeff5be5480f98a77f4e83ff92b356973ebbf904502c2bb959ee6c1f7d8185f4d3b179b2fc01a0f5e69ca9208354c335e989682dd72652330998559307471729 SHA512 3dd1f1075b7f1f19017dca91e5c5b91e2885ba98d19f8e75705bd2298d9aeb06de6c259d3bd6bbc4396f0bc5269fce02ff83b924ed7099823d3cbbe5ce436e8c +EBUILD distributed-1.18.0.ebuild 1345 BLAKE2B 68cf0b8906f55a09aa4ef478e859aad3a782ff44286632a228326d641046e183a4051594e1ab9865969c50997d92df623fb2551da9777f7a889e0dfd1966bbf1 SHA512 278d5e0f18470bca57d266feddc9ce70b4f19b37699065d5dfd8580881b40809a9c0194cf83ea89e7df91528a49faeb9ae769006c7f9b4b13e51715512ee62e0 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 577099d8d139..48b6bb8e415e 100644 --- a/dev-python/distributed/distributed-1.18.0-r1.ebuild +++ b/dev-python/distributed/distributed-1.18.0-r1.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 diff --git a/dev-python/distributed/distributed-1.18.0.ebuild b/dev-python/distributed/distributed-1.18.0.ebuild index 2e33c1a50210..f085b6ea7ff8 100644 --- a/dev-python/distributed/distributed-1.18.0.ebuild +++ b/dev-python/distributed/distributed-1.18.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 |