commit:     be8d4cce38b7d73ed375506e963a9ff2dcfad0c2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 14:36:26 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 14:36:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8d4cce

dev-python/dask: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/dask/Manifest                           |  3 --
 dev-python/dask/dask-1.2.0.ebuild                  | 49 --------------------
 dev-python/dask/dask-2.22.0.ebuild                 | 53 ----------------------
 dev-python/dask/dask-2.24.0.ebuild                 | 47 -------------------
 .../dask/files/dask-0.18.2-skip-broken-test.patch  | 36 ---------------
 5 files changed, 188 deletions(-)

diff --git a/dev-python/dask/Manifest b/dev-python/dask/Manifest
index f970651892e..1be6d2408b1 100644
--- a/dev-python/dask/Manifest
+++ b/dev-python/dask/Manifest
@@ -1,6 +1,3 @@
-DIST dask-1.2.0.tar.gz 2381831 BLAKE2B 
88d48b9bcd4444dfe066c8049eae2a8b65e6ae1a7e4f4ff89697c254efc365091a61b298333b0f8d660cc9f760d3960a355beafde2555dfd912606dbe4a49db1
 SHA512 
c00886768b331f48ac9627f81c39368afbb4f1083ee9f7e3ebbe64352cc48c3c580fccef8d5466592f5bf772f873bef2ac084a972d30e7c1b4d1028e1d456059
-DIST dask-2.22.0.tar.gz 2831467 BLAKE2B 
641f71c868fe49a027adab11b0a84c091537bfe56a786bbb00215ade5ba5fa7687176f70f12802b06bbcaf00db76f0c97eaa5b87cb65fc28bbe3e37c8b55f2a6
 SHA512 
90d6391a8dfc36788e819bf09f4ea65a89f37b14d0755fe4ade9179e5d3edd6dada30d5c08ad730f4ac9e08a0cc64a354933f52b92eb13fb8e60093dbcf28567
 DIST dask-2.23.0.tar.gz 2840133 BLAKE2B 
2fe8e4007acf2bbd8bfab889e4d912a15518318dc019573ce6deb7f3a64504608e1e27c3bd9c6766dd98a071ed075065da9beda3f2e5fef27c7bfc9918516d0a
 SHA512 
6ce0f1471357cfa4f5c7f2e2ab31009e68d3e5de363569867d67038ae2e1a9c69552797fb232fb92deafc3b57aa040df9e60669c1856cbb53505a905c4f4b052
-DIST dask-2.24.0.tar.gz 2826106 BLAKE2B 
fc63bf33f8441a70412e7872c696c071c5e156137fe767007a57f6d2c6a976bd29fff4db20f42c76014bbaf8b763f0a9d974ed1fc62530a3a91633ab97a1a466
 SHA512 
cf9a781c64eca4be84b82d026cfa1883d54ce18c93625e28c085a7bd63ac129befeded808c817e4adab790c28aa2eeca4f79c7086be683f1a7d30c6d1961c0ae
 DIST dask-2.25.0.tar.gz 2842089 BLAKE2B 
048a116a60dd98c7c1f3800426af13c2d8d116772a6b3133823b9a78ae6fcd34ab32dbfb9ae8db9eb6c948bce381e5d6e91caaab78203ae56159493ed7689038
 SHA512 
0d6e8e8c1efbaa4dc77e1a505e5c2df45eefc43868ce923ec674c5f768f12beb30e06c8712f621e44a826fc11f86fd50e60f0f6a78e261d74273f73b49503301
 DIST dask-2.26.0.tar.gz 2852574 BLAKE2B 
66abba9ef32bee11249557e38eee7e60d2988f098904bd867e5e9ad110d735c1a3b3f10829c58fdca5400f078fc569822e7e73f0e9c6894dbbfa41b46d521f61
 SHA512 
07daf541570e9e30fcb97f607b9629761d14de58fcb4b89fd01f9688690af1b55b80e3e62eefc54942d47da5fcb9d3c4aa6bca0b76f4bf60e664054515e18fcb

diff --git a/dev-python/dask/dask-1.2.0.ebuild 
b/dev-python/dask/dask-1.2.0.ebuild
deleted file mode 100644
index 37102d7058d..00000000000
--- a/dev-python/dask/dask-1.2.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-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-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}]
-               dev-python/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/dask-2.22.0.ebuild 
b/dev-python/dask/dask-2.22.0.ebuild
deleted file mode 100644
index 4ba14c792b9..00000000000
--- a/dev-python/dask/dask-2.22.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-
-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 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="distributed"
-
-RDEPEND="
-       >=dev-python/cloudpickle-0.2.2[${PYTHON_USEDEP}]
-       >=dev-python/fsspec-0.6.0[${PYTHON_USEDEP}]
-       >=dev-python/numpy-1.13.0[${PYTHON_USEDEP}]
-       >=dev-python/pandas-0.23.4[${PYTHON_USEDEP}]
-       >=dev-python/partd-0.3.10[${PYTHON_USEDEP}]
-       dev-python/psutil[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       >=dev-python/toolz-0.8.2[${PYTHON_USEDEP}]
-       distributed? (
-               >=dev-python/distributed-2.0[${PYTHON_USEDEP}]
-       )
-"
-BDEPEND="
-       dev-python/toolz[${PYTHON_USEDEP}]
-       test? (
-               dev-python/numexpr[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-               >=dev-python/s3fs-0.0.8[${PYTHON_USEDEP}]
-               dev-python/scipy[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       # flaky
-       sed -e 's:test_time_rolling_methods:_&:' \
-               -i dask/dataframe/tests/test_rolling.py || die
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       pytest -vv -m "not network" -n auto ||
-               die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/dask/dask-2.24.0.ebuild 
b/dev-python/dask/dask-2.24.0.ebuild
deleted file mode 100644
index 61df563da70..00000000000
--- a/dev-python/dask/dask-2.24.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1 multiprocessing
-
-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 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="distributed"
-
-RDEPEND="
-       >=dev-python/cloudpickle-0.2.2[${PYTHON_USEDEP}]
-       >=dev-python/fsspec-0.6.0[${PYTHON_USEDEP}]
-       >=dev-python/numpy-1.13.0[${PYTHON_USEDEP}]
-       >=dev-python/pandas-0.23.4[${PYTHON_USEDEP}]
-       >=dev-python/partd-0.3.10[${PYTHON_USEDEP}]
-       dev-python/psutil[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       >=dev-python/toolz-0.8.2[${PYTHON_USEDEP}]
-       distributed? (
-               >=dev-python/distributed-2.0[${PYTHON_USEDEP}]
-       )
-"
-BDEPEND="
-       dev-python/toolz[${PYTHON_USEDEP}]
-       test? (
-               dev-python/numexpr[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-               >=dev-python/s3fs-0.0.8[${PYTHON_USEDEP}]
-               dev-python/scipy[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       pytest -vv -m "not network" \
-               -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")" ||
-               die "Tests failed with ${EPYTHON}"
-}

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
deleted file mode 100644
index f761194c54f..00000000000
--- a/dev-python/dask/files/dask-0.18.2-skip-broken-test.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-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)
- 
- 
[email protected]("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
- 
- 
[email protected]("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'))
- 
- 
[email protected]("Fails on Gentoo")
- @pytest.mark.skipif('not da')
- @pytest.mark.skipif(sys.flags.optimize,
-                     reason="graphviz exception with Python -OO flag")

Reply via email to