From 43793fab84041cfc5c60c0151d1591b8a69fb24a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 25 Aug 2018 07:36:27 +0100 Subject: gentoo resync : 25.08.2018 --- dev-python/dask/Manifest | 3 ++ dev-python/dask/dask-0.18.2.ebuild | 49 ++++++++++++++++++++++ .../dask/files/dask-0.18.2-skip-broken-test.patch | 36 ++++++++++++++++ 3 files changed, 88 insertions(+) create mode 100644 dev-python/dask/dask-0.18.2.ebuild create mode 100644 dev-python/dask/files/dask-0.18.2-skip-broken-test.patch (limited to 'dev-python/dask') diff --git a/dev-python/dask/Manifest b/dev-python/dask/Manifest index 7180d6399fc4..0e6592d5b34a 100644 --- a/dev-python/dask/Manifest +++ b/dev-python/dask/Manifest @@ -1,5 +1,8 @@ +AUX dask-0.18.2-skip-broken-test.patch 1349 BLAKE2B 8ebe780c900407dcf9052828059bf14dbd7e7761e1c5e07455e067cb6ad13a83084e573be4be71fdd1218fe1fd67c6ce2f9c0984a20f4373372e8177a7519eb9 SHA512 79ccd5ccdd6709dc01dc0f6c3ee1dea9cc3dcd2c8e443cf74e9002e5658f0e72b709e0717e342040f2bbd85ee8ea331d6d6baa2c600fa498154b7137634b74e5 DIST dask-0.10.2.tar.gz 357356 BLAKE2B 6d00529eb550de682221875d8c4fbf4c0447168b6c87327b02d0320cdd37e6490f67e7f0a09f814b9cdb453080785b011cdc50ba9b063c6569b4825833df92b4 SHA512 92bd671ff1483fe87edd34330dce321b88362d80ef4d836ab4eede87fdad5f657c51d03a9885a53924fb3becb504a8843cf852be08c88f5389f04c3f1b8aefe2 DIST dask-0.15.1.tar.gz 2147022 BLAKE2B 79c3355e8f3c202e598b32ca057c237d07db283b04b99ea713a820869207af9f46cb80ab58c0a058ac327873851f2d89050a4b9d7ecac3c1e1173f6be5349848 SHA512 44e7119c2a8d15efb89e265e5752edb117dd06da8a5e7511b68c5859e9068aedb3595540645304f0322f869c83df79a497d731bcade79612f8fd3f4eaaf3763b +DIST dask-0.18.2.tar.gz 2324709 BLAKE2B c74507b63299388b05c94b1e59cc45051a55ccc70e89eb6eaafeba7aed2aa496c03ff9468467a9303f4ab630810838a8a7ea75b96d6a85d665d0cc2744792a54 SHA512 d5d59f13c33e7d70fe63da1f40a82296dfed34a009f70dae9db6157f8a20dbf7a7913e667882eb21191d5c3e3e8c440a3686d8d1b2bc206fedd025f24b23f005 EBUILD dask-0.10.2.ebuild 946 BLAKE2B c07be78c3879641077aee95e11be90880e27e81eab40a849f81fe44491556a3b000e5ec34a32094acc55239ceafc7c046eca49d8c2bba331979311e9d878c2b7 SHA512 611c1b6d68e0f6c74f90d2063d69e3b3e149aa0b95596c71b1cece2f8c1fb5e9fb5ef971ac857943d2e19eb52924152acc82150a45ed2bad59e2d14ed1ba46a9 EBUILD dask-0.15.1.ebuild 1092 BLAKE2B c1713589564dc2fc2b83e30d32de2dad08015631ee385822078338246786f96a642c893366843f7045ff7b3918f52879187490d90feec279b27e4cf8bf68a3c5 SHA512 0d25a6946282883a334a93b8773f8fb79df65595b67dcbf854b425a264f944285a93f572a3595ed5506a89b47307f9a1e635ea60bef068ef4439bc29c0bdd4c8 +EBUILD dask-0.18.2.ebuild 1213 BLAKE2B 617dcc661b265b552789150eacfb6dfbace2675782fdc67c7c97173ad3db9bb94bcf66602bd2167b79c7bb3806422c8b0669066e8b262929af943bb5f9a9b2af SHA512 126085967eb2ba6867ee2358f939fa5ad808c6c17e1a51076e7bdd41f010455ebdbd8382d36eca2bb54dfd3bcdd0bc99f271e8147dfdb4cc1ce078bafc41ca9a MISC metadata.xml 777 BLAKE2B 5574aa56065f36366ee721e25b1bfe06127a22a94666bfdcd1b62e4d03456948bb22db23f64ac7ffbab9816ad508f97fe23a2c9a0e34cd58a61946c6098585d7 SHA512 0ec3d7886c54dce68d7aa90cca45e54b37a000617d4bddd88c1d06ef7db50c23a077b8967acbfdc475cfafe444edd2584500867f45f9e89721f259d3dd330850 diff --git a/dev-python/dask/dask-0.18.2.ebuild b/dev-python/dask/dask-0.18.2.ebuild new file mode 100644 index 000000000000..c072dbd8800e --- /dev/null +++ b/dev-python/dask/dask-0.18.2.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2018 Gentoo Foundation +# 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="http://dask.pydata.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" + +RDEPEND=" + >=dev-python/cloudpickle-0.2.1[${PYTHON_USEDEP}] + >=dev-python/numpy-1.11[${PYTHON_USEDEP}] + >=dev-python/pandas-0.23.4[${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/numexpr[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}] + ) +" + +PATCHES=( + "${FILESDIR}/${PN}-0.18.2-skip-broken-test.patch" +) + +python_test() { + pytest -v dask || die +} diff --git a/dev-python/dask/files/dask-0.18.2-skip-broken-test.patch b/dev-python/dask/files/dask-0.18.2-skip-broken-test.patch new file mode 100644 index 000000000000..f761194c54fb --- /dev/null +++ b/dev-python/dask/files/dask-0.18.2-skip-broken-test.patch @@ -0,0 +1,36 @@ +diff --git a/dask/bytes/tests/test_local.py b/dask/bytes/tests/test_local.py +index dbe58ae0..072a1ee7 100644 +--- a/dask/bytes/tests/test_local.py ++++ b/dask/bytes/tests/test_local.py +@@ -141,6 +141,7 @@ def test_with_urls(): + assert sum(map(len, values)) == len(files) + + ++@pytest.mark.skip("Fails on Gentoo") + @pytest.mark.skipif(sys.platform == 'win32', + reason="pathlib and moto clash on windows") + def test_with_paths(): +diff --git a/dask/dataframe/tests/test_dataframe.py b/dask/dataframe/tests/test_dataframe.py +index f5a080d4..de9c0a90 100644 +--- a/dask/dataframe/tests/test_dataframe.py ++++ b/dask/dataframe/tests/test_dataframe.py +@@ -2388,6 +2388,7 @@ def _assert_info(df, ddf, memory_usage=True): + assert stdout_pd == stdout_da + + ++@pytest.mark.skip("Fails on Gentoo") + def test_info(): + from io import StringIO + from dask.compatibility import unicode +diff --git a/dask/tests/test_base.py b/dask/tests/test_base.py +index 8e5b0118..1cf56e31 100644 +--- a/dask/tests/test_base.py ++++ b/dask/tests/test_base.py +@@ -595,6 +595,7 @@ def test_visualize(): + assert os.path.exists(os.path.join(d, 'mydask.png')) + + ++@pytest.mark.skip("Fails on Gentoo") + @pytest.mark.skipif('not da') + @pytest.mark.skipif(sys.flags.optimize, + reason="graphviz exception with Python -OO flag") -- cgit v1.2.3