Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dask/
Date: Sat, 27 Nov 2021 20:14:07
Message-Id: 1638044039.a6b3e03a6872eca3b46e72fc801ccc87d78faa4a.mgorny@gentoo
1 commit: a6b3e03a6872eca3b46e72fc801ccc87d78faa4a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 27 20:11:58 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 27 20:13:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b3e03a
7
8 dev-python/dask: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/dask/Manifest | 2 --
13 dev-python/dask/dask-2021.10.0.ebuild | 46 -----------------------------------
14 dev-python/dask/dask-2021.9.1.ebuild | 42 --------------------------------
15 3 files changed, 90 deletions(-)
16
17 diff --git a/dev-python/dask/Manifest b/dev-python/dask/Manifest
18 index f492b416ba57..9dff9f1375cc 100644
19 --- a/dev-python/dask/Manifest
20 +++ b/dev-python/dask/Manifest
21 @@ -1,3 +1 @@
22 -DIST dask-2021.10.0.tar.gz 3963245 BLAKE2B cfccf683a6fc3b55f2be3e62b04e733586401ab642ed2ed0a6cc6956e4179d5692fb1aa94757fceacf1b40efd7ea46b6d5f7bb5df407d0f51d2f711c1672307e SHA512 801378c1e09eeb6825603d4de8efe711c04c1d83dbd37d44a66695c1629d74e6914670015fb231b270fa61a668120358aa5cd32d4ee99096616624e8fe0905fa
23 DIST dask-2021.11.0.tar.gz 3971871 BLAKE2B be2c28782e3e870b62e70041bd7572783ff9eef61c27d2fa092f00b74ae23877163e3c00f59f67c5c39b6fefd723cb2c25cdc58b5f5c76c08ef1d686f256cb25 SHA512 cebdef68b2c40348c84627505f4e1f17f998aed603d590be5acc7b78233362330352be395396be00f72215b738e9393ef08eeae8ed0fb933466c1c2d6158e5ea
24 -DIST dask-2021.9.1.tar.gz 3794819 BLAKE2B c3ed5050581f41c4ea82ad9d1d233205f105434e5e6dcc654ba2e999b8cf105033d58ecf045d2063dabcb701cb2af6f092ecfd8435d24e5949ed2d39b54ae19e SHA512 20beca3f68c2e21d54c941049a1f352e19fcce7b5f7ecf84abf60cfb9979551a3e83938ca5439b662d35c0b64b26d726f6fea85641e737d0060c56a2e879755e
25
26 diff --git a/dev-python/dask/dask-2021.10.0.ebuild b/dev-python/dask/dask-2021.10.0.ebuild
27 deleted file mode 100644
28 index 7d45502daccd..000000000000
29 --- a/dev-python/dask/dask-2021.10.0.ebuild
30 +++ /dev/null
31 @@ -1,46 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..9} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Task scheduling and blocked algorithms for parallel processing"
41 -HOMEPAGE="https://dask.org/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
47 -
48 -RDEPEND="
49 - >=dev-python/cloudpickle-0.2.2[${PYTHON_USEDEP}]
50 - >=dev-python/fsspec-0.6.0[${PYTHON_USEDEP}]
51 - >=dev-python/numpy-1.15.1[${PYTHON_USEDEP}]
52 - >=dev-python/pandas-0.25.0[${PYTHON_USEDEP}]
53 - >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
54 - >=dev-python/partd-0.3.10[${PYTHON_USEDEP}]
55 - dev-python/psutil[${PYTHON_USEDEP}]
56 - dev-python/pyyaml[${PYTHON_USEDEP}]
57 - >=dev-python/toolz-0.8.2[${PYTHON_USEDEP}]
58 -"
59 -BDEPEND="
60 - dev-python/toolz[${PYTHON_USEDEP}]
61 - test? (
62 - dev-python/moto[${PYTHON_USEDEP}]
63 - dev-python/numexpr[${PYTHON_USEDEP}]
64 - dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
65 - dev-python/scipy[${PYTHON_USEDEP}]
66 - )
67 -"
68 -
69 -distutils_enable_tests pytest
70 -
71 -PATCHES=(
72 - "${FILESDIR}"/dask-2021.10.0-warning.patch
73 -)
74 -
75 -python_test() {
76 - epytest -p no:flaky -m "not network"
77 -}
78
79 diff --git a/dev-python/dask/dask-2021.9.1.ebuild b/dev-python/dask/dask-2021.9.1.ebuild
80 deleted file mode 100644
81 index 9de7e098be89..000000000000
82 --- a/dev-python/dask/dask-2021.9.1.ebuild
83 +++ /dev/null
84 @@ -1,42 +0,0 @@
85 -# Copyright 1999-2021 Gentoo Authors
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=8
89 -
90 -PYTHON_COMPAT=( python3_{8..9} )
91 -inherit distutils-r1
92 -
93 -DESCRIPTION="Task scheduling and blocked algorithms for parallel processing"
94 -HOMEPAGE="https://dask.org/"
95 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
96 -
97 -LICENSE="BSD"
98 -SLOT="0"
99 -KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
100 -
101 -RDEPEND="
102 - >=dev-python/cloudpickle-0.2.2[${PYTHON_USEDEP}]
103 - >=dev-python/fsspec-0.6.0[${PYTHON_USEDEP}]
104 - >=dev-python/numpy-1.15.1[${PYTHON_USEDEP}]
105 - >=dev-python/pandas-0.25.0[${PYTHON_USEDEP}]
106 - >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
107 - >=dev-python/partd-0.3.10[${PYTHON_USEDEP}]
108 - dev-python/psutil[${PYTHON_USEDEP}]
109 - dev-python/pyyaml[${PYTHON_USEDEP}]
110 - >=dev-python/toolz-0.8.2[${PYTHON_USEDEP}]
111 -"
112 -BDEPEND="
113 - dev-python/toolz[${PYTHON_USEDEP}]
114 - test? (
115 - dev-python/moto[${PYTHON_USEDEP}]
116 - dev-python/numexpr[${PYTHON_USEDEP}]
117 - dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
118 - dev-python/scipy[${PYTHON_USEDEP}]
119 - )
120 -"
121 -
122 -distutils_enable_tests pytest
123 -
124 -python_test() {
125 - epytest -p no:flaky -m "not network"
126 -}