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: Wed, 03 Jan 2018 09:11:58
Message-Id: 1514970680.4c4bec3e4455ccf596cd5459099a982503e489f7.mgorny@gentoo
1 commit: 4c4bec3e4455ccf596cd5459099a982503e489f7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 22:50:18 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 09:11:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4bec3e
7
8 dev-python/dask: Clean old up
9
10 dev-python/dask/Manifest | 2 --
11 dev-python/dask/dask-0.14.1.ebuild | 39 -------------------------------------
12 dev-python/dask/dask-0.15.0.ebuild | 40 --------------------------------------
13 3 files changed, 81 deletions(-)
14
15 diff --git a/dev-python/dask/Manifest b/dev-python/dask/Manifest
16 index b3097676f4c..a6a2c40f3b9 100644
17 --- a/dev-python/dask/Manifest
18 +++ b/dev-python/dask/Manifest
19 @@ -1,4 +1,2 @@
20 DIST dask-0.10.2.tar.gz 357356 BLAKE2B 6d00529eb550de682221875d8c4fbf4c0447168b6c87327b02d0320cdd37e6490f67e7f0a09f814b9cdb453080785b011cdc50ba9b063c6569b4825833df92b4 SHA512 92bd671ff1483fe87edd34330dce321b88362d80ef4d836ab4eede87fdad5f657c51d03a9885a53924fb3becb504a8843cf852be08c88f5389f04c3f1b8aefe2
21 -DIST dask-0.14.1.tar.gz 500509 BLAKE2B 849172a1cb7c2ae8a958aeb66b640c50b1ec0270c001013d280042a374c17f0b3b9de888ea7154b17ea84e7a6ae43d359d46ab82598ce10fa01ffdb3c3be4478 SHA512 a0f49e5337ea30bf5344a7e34ffdd2e1b64afb256372aa4b1095ad016f2c840d00672233da0840e25030c7a57c3841eca8bff9a4182a412b33351280bd03c0f3
22 -DIST dask-0.15.0.tar.gz 2141796 BLAKE2B 89976c60575c5a87999d79fd9909f0b49a05b6ada395a1e96c74a28b12c9605cdeb50aa82d530f3db7489d956a95b26200282dc740af895dba872a0337632fdb SHA512 676dd33276f229aef088f168e71ab792a4ee8aa48dc3236fde647b8d6fdc1f29075664c65ae05008217fa3602472e2eb1de0fc51ab872f37c9257505bd8da086
23 DIST dask-0.15.1.tar.gz 2147022 BLAKE2B 79c3355e8f3c202e598b32ca057c237d07db283b04b99ea713a820869207af9f46cb80ab58c0a058ac327873851f2d89050a4b9d7ecac3c1e1173f6be5349848 SHA512 44e7119c2a8d15efb89e265e5752edb117dd06da8a5e7511b68c5859e9068aedb3595540645304f0322f869c83df79a497d731bcade79612f8fd3f4eaaf3763b
24
25 diff --git a/dev-python/dask/dask-0.14.1.ebuild b/dev-python/dask/dask-0.14.1.ebuild
26 deleted file mode 100644
27 index 2ddd31089de..00000000000
28 --- a/dev-python/dask/dask-0.14.1.ebuild
29 +++ /dev/null
30 @@ -1,39 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Task scheduling and blocked algorithms for parallel processing"
41 -HOMEPAGE="http://dask.pydata.org/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
47 -IUSE="test"
48 -
49 -RDEPEND="
50 - dev-python/bokeh[${PYTHON_USEDEP}]
51 - dev-python/cloudpickle[${PYTHON_USEDEP}]
52 - dev-python/numpy[${PYTHON_USEDEP}]
53 - dev-python/pandas[${PYTHON_USEDEP}]
54 - dev-python/partd[${PYTHON_USEDEP}]
55 - dev-python/psutil[${PYTHON_USEDEP}]
56 - dev-python/toolz[${PYTHON_USEDEP}]"
57 -DEPEND="
58 - dev-python/setuptools[${PYTHON_USEDEP}]
59 - dev-python/toolz[${PYTHON_USEDEP}]
60 - test? (
61 - dev-python/pytest[${PYTHON_USEDEP}]
62 - dev-python/numexpr[${PYTHON_USEDEP}]
63 - sci-libs/scipy[${PYTHON_USEDEP}]
64 - )
65 -"
66 -
67 -python_test() {
68 - py.test || die
69 -}
70
71 diff --git a/dev-python/dask/dask-0.15.0.ebuild b/dev-python/dask/dask-0.15.0.ebuild
72 deleted file mode 100644
73 index e020242bf40..00000000000
74 --- a/dev-python/dask/dask-0.15.0.ebuild
75 +++ /dev/null
76 @@ -1,40 +0,0 @@
77 -# Copyright 1999-2017 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=6
81 -
82 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
83 -
84 -inherit distutils-r1
85 -
86 -DESCRIPTION="Task scheduling and blocked algorithms for parallel processing"
87 -HOMEPAGE="http://dask.pydata.org/"
88 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
89 -
90 -LICENSE="BSD"
91 -SLOT="0"
92 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
93 -IUSE="test"
94 -
95 -RDEPEND="
96 - dev-python/bokeh[${PYTHON_USEDEP}]
97 - dev-python/cloudpickle[${PYTHON_USEDEP}]
98 - dev-python/distributed[${PYTHON_USEDEP}]
99 - dev-python/numpy[${PYTHON_USEDEP}]
100 - >=dev-python/pandas-0.19[${PYTHON_USEDEP}]
101 - >=dev-python/partd-0.3.7[${PYTHON_USEDEP}]
102 - dev-python/psutil[${PYTHON_USEDEP}]
103 - >=dev-python/toolz-0.7.2[${PYTHON_USEDEP}]"
104 -DEPEND="
105 - dev-python/setuptools[${PYTHON_USEDEP}]
106 - dev-python/toolz[${PYTHON_USEDEP}]
107 - test? (
108 - dev-python/pytest[${PYTHON_USEDEP}]
109 - dev-python/numexpr[${PYTHON_USEDEP}]
110 - sci-libs/scipy[${PYTHON_USEDEP}]
111 - )
112 -"
113 -
114 -python_test() {
115 - py.test || die
116 -}