summaryrefslogtreecommitdiff
path: root/dev-python/dask
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/dask
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/dask')
-rw-r--r--dev-python/dask/Manifest4
-rw-r--r--dev-python/dask/dask-0.15.1.ebuild44
-rw-r--r--dev-python/dask/dask-1.2.0.ebuild4
3 files changed, 3 insertions, 49 deletions
diff --git a/dev-python/dask/Manifest b/dev-python/dask/Manifest
index 2bdfa47be0d6..ba417e11d38d 100644
--- a/dev-python/dask/Manifest
+++ b/dev-python/dask/Manifest
@@ -1,6 +1,4 @@
AUX dask-0.18.2-skip-broken-test.patch 1349 BLAKE2B 8ebe780c900407dcf9052828059bf14dbd7e7761e1c5e07455e067cb6ad13a83084e573be4be71fdd1218fe1fd67c6ce2f9c0984a20f4373372e8177a7519eb9 SHA512 79ccd5ccdd6709dc01dc0f6c3ee1dea9cc3dcd2c8e443cf74e9002e5658f0e72b709e0717e342040f2bbd85ee8ea331d6d6baa2c600fa498154b7137634b74e5
-DIST dask-0.15.1.tar.gz 2147022 BLAKE2B 79c3355e8f3c202e598b32ca057c237d07db283b04b99ea713a820869207af9f46cb80ab58c0a058ac327873851f2d89050a4b9d7ecac3c1e1173f6be5349848 SHA512 44e7119c2a8d15efb89e265e5752edb117dd06da8a5e7511b68c5859e9068aedb3595540645304f0322f869c83df79a497d731bcade79612f8fd3f4eaaf3763b
DIST dask-1.2.0.tar.gz 2381831 BLAKE2B 88d48b9bcd4444dfe066c8049eae2a8b65e6ae1a7e4f4ff89697c254efc365091a61b298333b0f8d660cc9f760d3960a355beafde2555dfd912606dbe4a49db1 SHA512 c00886768b331f48ac9627f81c39368afbb4f1083ee9f7e3ebbe64352cc48c3c580fccef8d5466592f5bf772f873bef2ac084a972d30e7c1b4d1028e1d456059
-EBUILD dask-0.15.1.ebuild 1108 BLAKE2B 9f2ae509835cf662c2e861ee5d4615c9c0c1a53dfc759c59f99e87a331a5c6c0be97fd9c7695e636bdd6339e01aed532eed9c9ce33e9e038e4c24750f404f9e2 SHA512 f2714271c10c4ea25b2190a6458c3393aed84f645162d7b1d12ff930f7daee5caff75aa912d5189137ace4f852b73875fbb3372bfa18f99f7b3fcf60e1515169
-EBUILD dask-1.2.0.ebuild 1216 BLAKE2B 47685e6cfea48de9d15994a476833a0a21d97898b1e1cd51be528239e58d205061a9734e456385cb617d2d2cc87732a71a076d9339303a7dfab14d0dedb9535a SHA512 911d3bab7929f4c98dbc15c42d4fdccdebb5168667dfd067d2692cb49eb15366ca0d70691fd0543a1837e934b9d4a734c0237ad39993103fd725f3650ecd6c2b
+EBUILD dask-1.2.0.ebuild 1214 BLAKE2B 1e59694a5261f0196564a74319f294756ce6cb31f5775a06addc14cde3822a4c73ecc3a9c61b2689b23c55f23298a1d36480f14a534ab194ab9a942862e02465 SHA512 e8eb3c504b763537fc9096589ca5f7e1d1cd43ba7ea81269f8715b0c833840046bb30709b390de8f432e6c21c23661730ea61b30096e06767571777ef162fa39
MISC metadata.xml 777 BLAKE2B 5574aa56065f36366ee721e25b1bfe06127a22a94666bfdcd1b62e4d03456948bb22db23f64ac7ffbab9816ad508f97fe23a2c9a0e34cd58a61946c6098585d7 SHA512 0ec3d7886c54dce68d7aa90cca45e54b37a000617d4bddd88c1d06ef7db50c23a077b8967acbfdc475cfafe444edd2584500867f45f9e89721f259d3dd330850
diff --git a/dev-python/dask/dask-0.15.1.ebuild b/dev-python/dask/dask-0.15.1.ebuild
deleted file mode 100644
index 81adc991f791..000000000000
--- a/dev-python/dask/dask-0.15.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Task scheduling and blocked algorithms for parallel processing"
-HOMEPAGE="https://dask.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="distributed test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-python/cloudpickle-0.2.1[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- >=dev-python/pandas-0.19[${PYTHON_USEDEP}]
- >=dev-python/partd-0.3.8[${PYTHON_USEDEP}]
- dev-python/psutil[${PYTHON_USEDEP}]
- >=dev-python/toolz-0.7.3[${PYTHON_USEDEP}]
- distributed? (
- >=dev-python/distributed-1.16[${PYTHON_USEDEP}]
- >=dev-python/s3fs-0.0.8[${PYTHON_USEDEP}]
- )
-"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/toolz[${PYTHON_USEDEP}]
- test? (
- ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/numexpr[${PYTHON_USEDEP}]
- sci-libs/scipy[${PYTHON_USEDEP}]
- )
-"
-python_test() {
- py.test || die
-}
diff --git a/dev-python/dask/dask-1.2.0.ebuild b/dev-python/dask/dask-1.2.0.ebuild
index 07842de20912..a043828eb990 100644
--- a/dev-python/dask/dask-1.2.0.ebuild
+++ b/dev-python/dask/dask-1.2.0.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