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: Thu, 16 Mar 2023 18:13:22
Message-Id: 1678990293.e9414552203cb4149cbe3c57b3a91d821749ca4f.mgorny@gentoo
1 commit: e9414552203cb4149cbe3c57b3a91d821749ca4f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 18:10:11 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:11:33 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9414552
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-2022.11.0.ebuild | 40 ---------------------------
14 dev-python/xarray/xarray-2023.1.0.ebuild | 45 -------------------------------
15 3 files changed, 87 deletions(-)
16
17 diff --git a/dev-python/xarray/Manifest b/dev-python/xarray/Manifest
18 index 9b3f9a21b4ca..1cdd8c54e65e 100644
19 --- a/dev-python/xarray/Manifest
20 +++ b/dev-python/xarray/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST xarray-2022.11.0.tar.gz 3053924 BLAKE2B 5e747aeda92ecb5a3ee2ce7a180cd8f3c2735b32d219f567fd254c733f98c62305829be166ddd76a3d2cd884f78aa3e6ceb2cf5aaac8539290c5863d5dea038d SHA512 6dc98746e3bea17a224926e7e1cf6a5f5ef01e8a848c63f5acd43f9da63b81093a7bdbebecb2afc06c9473d1b8fe735c67a847d05f25edd0a32bc0a5a2eda753
23 DIST xarray-2022.12.0.tar.gz 3060755 BLAKE2B 449d21234436983b478a022cf5585236738014c6f783039442c3d51870b62a62c61eaada6eb9df5305ada3fd5cdc87bf0201ffae1c835ec7a731c06badb718a7 SHA512 9c5c692392b15711d57254006ebc92cdda08b92b663a577701f50c52253d736d78e2ad027777ad588ffa23d523394576f0cf226986b05b22816d3cec1ea8abb7
24 -DIST xarray-2023.1.0.tar.gz 3065563 BLAKE2B f2f95b5d8506d8348c8409cc528fc3270a3262ad528031530b2c1ad71697d147df27140ad4ec0b6222368785ceebb8a8fd83c891b8478d2b168a7766f3acb276 SHA512 baddac6ed08816eb06b8153bc3443cc4ae77fc1d17d2cf242f543ce75b37e390f5c7e8c59cc292d1a586a78245cac614cf656a202f8d5ca81c176c4834533c4b
25 DIST xarray-2023.2.0.tar.gz 3070514 BLAKE2B 00b08bb75878eed1aa82ac18ae5bc468d87812c90991f95b238048d53535dd884a943a068aec4114ba83c8e3cf1a37570b86ce5557fb33dc43f088a51916b92d SHA512 46b1e29e98a7c1bbe3275bc2fd39b0e5561319b4b9c6bf468c434880c9013c1dd9560b7281bd1b148ba8557cafe91ddf0ac56e5c038f1e995067ff1774162ab2
26
27 diff --git a/dev-python/xarray/xarray-2022.11.0.ebuild b/dev-python/xarray/xarray-2022.11.0.ebuild
28 deleted file mode 100644
29 index 79bd3659aa08..000000000000
30 --- a/dev-python/xarray/xarray-2022.11.0.ebuild
31 +++ /dev/null
32 @@ -1,40 +0,0 @@
33 -# Copyright 1999-2023 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -DISTUTILS_USE_PEP517=setuptools
39 -PYTHON_COMPAT=( python3_{9..11} )
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 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
50 -
51 -RDEPEND="
52 - >=dev-python/numpy-1.22[${PYTHON_USEDEP}]
53 - >=dev-python/pandas-1.3[${PYTHON_USEDEP}]
54 - >=dev-python/packaging-21.0[${PYTHON_USEDEP}]
55 -"
56 -# note: most of the test dependencies are optional
57 -BDEPEND="
58 - test? (
59 - dev-python/bottleneck[${PYTHON_USEDEP}]
60 - dev-python/hypothesis[${PYTHON_USEDEP}]
61 - dev-python/matplotlib[${PYTHON_USEDEP}]
62 - dev-python/toolz[${PYTHON_USEDEP}]
63 - !hppa? ( >=dev-python/scipy-1.4[${PYTHON_USEDEP}] )
64 - )
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-2023.1.0.ebuild b/dev-python/xarray/xarray-2023.1.0.ebuild
75 deleted file mode 100644
76 index ebe1366ae5bd..000000000000
77 --- a/dev-python/xarray/xarray-2023.1.0.ebuild
78 +++ /dev/null
79 @@ -1,45 +0,0 @@
80 -# Copyright 1999-2023 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_{9..11} )
87 -
88 -inherit distutils-r1
89 -
90 -DESCRIPTION="N-D labeled arrays and datasets in Python"
91 -HOMEPAGE="
92 - https://xarray.pydata.org/
93 - https://github.com/pydata/xarray/
94 - https://pypi.org/project/xarray/
95 -"
96 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
97 -
98 -LICENSE="Apache-2.0"
99 -SLOT="0"
100 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
101 -
102 -RDEPEND="
103 - >=dev-python/numpy-1.22[${PYTHON_USEDEP}]
104 - >=dev-python/pandas-1.3[${PYTHON_USEDEP}]
105 - >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
106 -"
107 -# note: most of the test dependencies are optional
108 -BDEPEND="
109 - dev-python/setuptools-scm[${PYTHON_USEDEP}]
110 - test? (
111 - dev-python/bottleneck[${PYTHON_USEDEP}]
112 - dev-python/hypothesis[${PYTHON_USEDEP}]
113 - dev-python/matplotlib[${PYTHON_USEDEP}]
114 - dev-python/toolz[${PYTHON_USEDEP}]
115 - !hppa? ( >=dev-python/scipy-1.4[${PYTHON_USEDEP}] )
116 - )
117 -"
118 -
119 -distutils_enable_tests pytest
120 -
121 -EPYTEST_DESELECT=(
122 - # warning-targeted tests are fragile and not important to end users
123 - xarray/tests/test_backends.py::test_no_warning_from_dask_effective_get
124 -)