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/xarray/
Date: Fri, 06 May 2022 08:18:48
Message-Id: 1651825122.c26412a419190e4ce014e20e6e4e0c4088b1691b.mgorny@gentoo
1 commit: c26412a419190e4ce014e20e6e4e0c4088b1691b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 08:14:40 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 08:18:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26412a4
7
8 dev-python/xarray: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/xarray/Manifest | 3 ---
13 dev-python/xarray/xarray-0.20.2.ebuild | 39 ------------------------------
14 dev-python/xarray/xarray-0.21.0.ebuild | 43 ----------------------------------
15 dev-python/xarray/xarray-0.21.1.ebuild | 42 ---------------------------------
16 4 files changed, 127 deletions(-)
17
18 diff --git a/dev-python/xarray/Manifest b/dev-python/xarray/Manifest
19 index 8c9ff6d15b8e..3ddd370e3a88 100644
20 --- a/dev-python/xarray/Manifest
21 +++ b/dev-python/xarray/Manifest
22 @@ -1,4 +1 @@
23 -DIST xarray-0.20.2.tar.gz 2906021 BLAKE2B 08ed46a27ce66ec1677e63000d74ecc4a01defa81b8ae1ec24595ff330713bf3e5585adce541e5e6769a74d64a4f5eb9d9aad27450e8088973681d0d60d00f83 SHA512 cd292af68ffd8016e01021e30a2ea83dd36e2f79bd9c3d8e7d83adc5a98a95615091d0102a19a0e3337ae334a701f575a142f476d1465804c8d5fe259ca35f1a
24 -DIST xarray-0.21.0.tar.gz 2937088 BLAKE2B b40d57cbb018e563b92afef1e5208bb597bf8ae892b154f49e90079977c05ab955ba07f136fcf3f456efa8deb70ffd2590dd2d2429b6114a418882b8d96b535f SHA512 85461b86ced78ad5cfd1ace122f1ab89f779a8c0c7e8d0f06233b4654c5f6bcb081eeddc91e5df1c8c40c344d2477f2f18799858e23294c0929e8e59445508b0
25 -DIST xarray-0.21.1.tar.gz 2936861 BLAKE2B 4d419185a6c49f8054f43748fd7a0ba9694aa9e7377e371705dd6eceea84f5d611d445a7548a79133f8db4c65729c9b5f694ab586d5e2f55640a6369483e3df4 SHA512 be5d925971557f492c8ca7e90eb678a0f98cf0a670eaa8a8564bd160a02fcd8a22362a8691c5447a9baaa67b464257f2ab6954747296839b304f3e25cf13487a
26 DIST xarray-2022.3.0.tar.gz 2943007 BLAKE2B 4c323573835c00275b9c293157c78e42d14f2736c07dc06c61643052992b9c75d624cdf9a93487094fbffd9577662388807b661d388032add3b2e2ca3a63b812 SHA512 c088b985a852c57dcef14d8a5107987c0c33f17bde1d9d639d30ac826d906639ce0ee4fe8345c65a5479b944057af045fe50c2d2ea932356aceb0718f55cd24a
27
28 diff --git a/dev-python/xarray/xarray-0.20.2.ebuild b/dev-python/xarray/xarray-0.20.2.ebuild
29 deleted file mode 100644
30 index 432502e440f2..000000000000
31 --- a/dev-python/xarray/xarray-0.20.2.ebuild
32 +++ /dev/null
33 @@ -1,39 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="N-D labeled arrays and datasets in Python"
43 -HOMEPAGE="https://xarray.pydata.org/"
44 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux"
49 -
50 -RDEPEND="
51 - >=dev-python/numpy-1.18[${PYTHON_USEDEP}]
52 - >=dev-python/pandas-1.1[${PYTHON_USEDEP}]"
53 -# note: most of test dependencies are optional
54 -BDEPEND="
55 - test? (
56 - dev-python/bottleneck[${PYTHON_USEDEP}]
57 - dev-python/hypothesis[${PYTHON_USEDEP}]
58 - dev-python/matplotlib[${PYTHON_USEDEP}]
59 - dev-python/toolz[${PYTHON_USEDEP}]
60 - !hppa? ( >=dev-python/scipy-1.4[${PYTHON_USEDEP}] )
61 - )"
62 -
63 -PATCHES=(
64 - "${FILESDIR}"/${PN}-0.19.0-riscv_tests_datetime.patch
65 -)
66 -
67 -distutils_enable_tests pytest
68 -
69 -EPYTEST_DESELECT=(
70 - # warning-targeted tests are fragile and not important to end users
71 - xarray/tests/test_backends.py::test_no_warning_from_dask_effective_get
72 -)
73
74 diff --git a/dev-python/xarray/xarray-0.21.0.ebuild b/dev-python/xarray/xarray-0.21.0.ebuild
75 deleted file mode 100644
76 index 0042c68ffc28..000000000000
77 --- a/dev-python/xarray/xarray-0.21.0.ebuild
78 +++ /dev/null
79 @@ -1,43 +0,0 @@
80 -# Copyright 1999-2022 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=8
84 -
85 -DISTUTILS_USE_PEP517=setuptools
86 -PYTHON_COMPAT=( python3_{8..10} )
87 -
88 -inherit distutils-r1
89 -
90 -DESCRIPTION="N-D labeled arrays and datasets in Python"
91 -HOMEPAGE="https://xarray.pydata.org/"
92 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
93 -
94 -LICENSE="Apache-2.0"
95 -SLOT="0"
96 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux"
97 -
98 -RDEPEND="
99 - >=dev-python/numpy-1.18[${PYTHON_USEDEP}]
100 - >=dev-python/pandas-1.1[${PYTHON_USEDEP}]"
101 -# note: most of test dependencies are optional
102 -BDEPEND="
103 - test? (
104 - dev-python/bottleneck[${PYTHON_USEDEP}]
105 - dev-python/hypothesis[${PYTHON_USEDEP}]
106 - dev-python/matplotlib[${PYTHON_USEDEP}]
107 - dev-python/toolz[${PYTHON_USEDEP}]
108 - !hppa? ( >=dev-python/scipy-1.4[${PYTHON_USEDEP}] )
109 - )"
110 -
111 -PATCHES=(
112 - "${FILESDIR}"/${PN}-0.19.0-riscv_tests_datetime.patch
113 -)
114 -
115 -distutils_enable_tests pytest
116 -
117 -EPYTEST_DESELECT=(
118 - # warning-targeted tests are fragile and not important to end users
119 - xarray/tests/test_backends.py::test_no_warning_from_dask_effective_get
120 - # TODO
121 - xarray/tests/test_variable.py::TestVariableWithDask::test_multiindex
122 -)
123
124 diff --git a/dev-python/xarray/xarray-0.21.1.ebuild b/dev-python/xarray/xarray-0.21.1.ebuild
125 deleted file mode 100644
126 index 5929e1dfdf9a..000000000000
127 --- a/dev-python/xarray/xarray-0.21.1.ebuild
128 +++ /dev/null
129 @@ -1,42 +0,0 @@
130 -# Copyright 1999-2022 Gentoo Authors
131 -# Distributed under the terms of the GNU General Public License v2
132 -
133 -EAPI=8
134 -
135 -DISTUTILS_USE_PEP517=setuptools
136 -PYTHON_COMPAT=( python3_{8..10} )
137 -
138 -inherit distutils-r1
139 -
140 -DESCRIPTION="N-D labeled arrays and datasets in Python"
141 -HOMEPAGE="https://xarray.pydata.org/"
142 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
143 -
144 -LICENSE="Apache-2.0"
145 -SLOT="0"
146 -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
147 -
148 -RDEPEND="
149 - >=dev-python/numpy-1.18[${PYTHON_USEDEP}]
150 - >=dev-python/pandas-1.1[${PYTHON_USEDEP}]
151 - dev-python/packaging[${PYTHON_USEDEP}]"
152 -# note: most of test dependencies are optional
153 -BDEPEND="
154 - test? (
155 - dev-python/bottleneck[${PYTHON_USEDEP}]
156 - dev-python/hypothesis[${PYTHON_USEDEP}]
157 - dev-python/matplotlib[${PYTHON_USEDEP}]
158 - dev-python/toolz[${PYTHON_USEDEP}]
159 - !hppa? ( >=dev-python/scipy-1.4[${PYTHON_USEDEP}] )
160 - )"
161 -
162 -PATCHES=(
163 - "${FILESDIR}"/${PN}-0.19.0-riscv_tests_datetime.patch
164 -)
165 -
166 -distutils_enable_tests pytest
167 -
168 -EPYTEST_DESELECT=(
169 - # warning-targeted tests are fragile and not important to end users
170 - xarray/tests/test_backends.py::test_no_warning_from_dask_effective_get
171 -)