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: Tue, 11 Jan 2022 15:02:01
Message-Id: 1641913314.dddb1cc00a218d64acebce64832df1d4dbdaa009.mgorny@gentoo
1 commit: dddb1cc00a218d64acebce64832df1d4dbdaa009
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 11 14:54:31 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 11 15:01:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dddb1cc0
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 | 2 --
13 dev-python/xarray/xarray-0.19.0.ebuild | 46 ----------------------------------
14 dev-python/xarray/xarray-0.20.1.ebuild | 46 ----------------------------------
15 3 files changed, 94 deletions(-)
16
17 diff --git a/dev-python/xarray/Manifest b/dev-python/xarray/Manifest
18 index 07fc99dd7e3c..01978936404f 100644
19 --- a/dev-python/xarray/Manifest
20 +++ b/dev-python/xarray/Manifest
21 @@ -1,3 +1 @@
22 -DIST xarray-0.19.0.tar.gz 2882403 BLAKE2B 454595076074c9805f0ff6f8b761a61e4c172445f2fd0bbcbd39a9615f3465704871fbc5f7c1a9c5fbb1c80b6c47cd677e590e1513ca88cd67908ef3502d234e SHA512 8f4ce7f770ea10e757112b722c7e7a56f19be2f885c63620d547cc54d8b625a5a23c5e603ba804c4d94f2a94863aad8351a9f6ef22ccbc1a78d77a549a21356e
23 -DIST xarray-0.20.1.tar.gz 2896122 BLAKE2B 75dbebab105fb2b0c78d09e6dba30bf90a87d1e0b97b96cacc7f880a34734811dae7ebd6b4858718d70f7e03d99c8d58de9b6091d354831ccd17c3946b44e9b6 SHA512 d2e6162286c7e7debed27f40082086dbb55467a953a2afa81b08313aa111c28ffa942785687ac57cb60241a1f45a5d9a937a10bcc7c3025860f7251bbac79c22
24 DIST xarray-0.20.2.tar.gz 2906021 BLAKE2B 08ed46a27ce66ec1677e63000d74ecc4a01defa81b8ae1ec24595ff330713bf3e5585adce541e5e6769a74d64a4f5eb9d9aad27450e8088973681d0d60d00f83 SHA512 cd292af68ffd8016e01021e30a2ea83dd36e2f79bd9c3d8e7d83adc5a98a95615091d0102a19a0e3337ae334a701f575a142f476d1465804c8d5fe259ca35f1a
25
26 diff --git a/dev-python/xarray/xarray-0.19.0.ebuild b/dev-python/xarray/xarray-0.19.0.ebuild
27 deleted file mode 100644
28 index 0315b612b3d6..000000000000
29 --- a/dev-python/xarray/xarray-0.19.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 -# pkg_resources use in code
38 -DISTUTILS_USE_SETUPTOOLS=rdepend
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="N-D labeled arrays and datasets in Python"
44 -HOMEPAGE="https://xarray.pydata.org/"
45 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux"
50 -
51 -RDEPEND="
52 - >=dev-python/numpy-1.17[${PYTHON_USEDEP}]
53 - >=dev-python/pandas-1.0[${PYTHON_USEDEP}]"
54 -# note: most of test dependencies are optional
55 -BDEPEND="
56 - test? (
57 - dev-python/bottleneck[${PYTHON_USEDEP}]
58 - dev-python/hypothesis[${PYTHON_USEDEP}]
59 - dev-python/matplotlib[${PYTHON_USEDEP}]
60 - dev-python/toolz[${PYTHON_USEDEP}]
61 - !hppa? ( >=dev-python/scipy-1.4[${PYTHON_USEDEP}] )
62 - )"
63 -
64 -PATCHES=(
65 - "${FILESDIR}"/${PN}-0.19.0-riscv_tests_datetime.patch
66 -)
67 -
68 -distutils_enable_tests pytest
69 -
70 -python_test() {
71 - local deselect=(
72 - # warning-targeted tests are fragile and not important to end users
73 - xarray/tests/test_backends.py::test_no_warning_from_dask_effective_get
74 - )
75 -
76 - epytest ${deselect[@]/#/--deselect }
77 -}
78
79 diff --git a/dev-python/xarray/xarray-0.20.1.ebuild b/dev-python/xarray/xarray-0.20.1.ebuild
80 deleted file mode 100644
81 index a4410243510a..000000000000
82 --- a/dev-python/xarray/xarray-0.20.1.ebuild
83 +++ /dev/null
84 @@ -1,46 +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 -# pkg_resources use in code
91 -DISTUTILS_USE_SETUPTOOLS=rdepend
92 -PYTHON_COMPAT=( python3_{8..10} )
93 -
94 -inherit distutils-r1
95 -
96 -DESCRIPTION="N-D labeled arrays and datasets in Python"
97 -HOMEPAGE="https://xarray.pydata.org/"
98 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
99 -
100 -LICENSE="Apache-2.0"
101 -SLOT="0"
102 -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux"
103 -
104 -RDEPEND="
105 - >=dev-python/numpy-1.18[${PYTHON_USEDEP}]
106 - >=dev-python/pandas-1.1[${PYTHON_USEDEP}]"
107 -# note: most of test dependencies are optional
108 -BDEPEND="
109 - test? (
110 - dev-python/bottleneck[${PYTHON_USEDEP}]
111 - dev-python/hypothesis[${PYTHON_USEDEP}]
112 - dev-python/matplotlib[${PYTHON_USEDEP}]
113 - dev-python/toolz[${PYTHON_USEDEP}]
114 - !hppa? ( >=dev-python/scipy-1.4[${PYTHON_USEDEP}] )
115 - )"
116 -
117 -PATCHES=(
118 - "${FILESDIR}"/${PN}-0.19.0-riscv_tests_datetime.patch
119 -)
120 -
121 -distutils_enable_tests pytest
122 -
123 -python_test() {
124 - local deselect=(
125 - # warning-targeted tests are fragile and not important to end users
126 - xarray/tests/test_backends.py::test_no_warning_from_dask_effective_get
127 - )
128 -
129 - epytest ${deselect[@]/#/--deselect }
130 -}