From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xarray/
Date: Sat, 2 Mar 2024 13:39:13 +0000 (UTC) [thread overview]
Message-ID: <1709386749.2ad10556123f523131a55d9b94d8f8015e8a695f.mgorny@gentoo> (raw)
commit: 2ad10556123f523131a55d9b94d8f8015e8a695f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 2 13:34:26 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 2 13:39:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad10556
dev-python/xarray: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/xarray/Manifest | 1 -
dev-python/xarray/xarray-2024.1.0.ebuild | 86 --------------------------------
2 files changed, 87 deletions(-)
diff --git a/dev-python/xarray/Manifest b/dev-python/xarray/Manifest
index d3ea95b7f4bf..d2dab91832ff 100644
--- a/dev-python/xarray/Manifest
+++ b/dev-python/xarray/Manifest
@@ -1,3 +1,2 @@
-DIST xarray-2024.1.0.tar.gz 3612457 BLAKE2B 53c99ade060ee9aafb9ff1416ab50e27271a5c45c06b8bda5183757b64694eea8649ae9515261112926aa872364c7a9349fb874114b82d5c7221d4d6104feb23 SHA512 1a5c184e6547e867076cd4faf533476608de13c4cfdb7085362e93c974598ea29d42c8fa55374b4782cc36ab7d870d4b7174217b3854db367ae16772e7f37cc8
DIST xarray-2024.1.1.tar.gz 3614037 BLAKE2B cc50fbfa19a2c9229b85b8c7d5d0e7e7f6d3e5a484955fcc81aa0b37839a0b992d2c2f928e4097ca05c7b8294ed1061fbd0c1b7e7c65c9087a940dab97c520ce SHA512 b6447ca2c80b3a3091ac2baba648fef4faa79ffff272360e9726b318b517ede9d2717d1b6f77f03fdacf55527233f1a37c0d114901fe1a265d3e435cf293a487
DIST xarray-2024.2.0.tar.gz 3634288 BLAKE2B 8d1165360300da5af6d670947e5280052a3d8915768e02448b86ab38283d6d45258a2c4eb91982ba732ccedb3a7afc5f274116c9ee0072d35cdc5631b8a2ca50 SHA512 dcfe6d1f0edab8659664c5399b96d622d2e3df2f85bb7672d9afab6f74294a6449772efde080aaa7323f733c09cbd0f6f037e547be0afa79f39450eead777828
diff --git a/dev-python/xarray/xarray-2024.1.0.ebuild b/dev-python/xarray/xarray-2024.1.0.ebuild
deleted file mode 100644
index 89f8ba24f187..000000000000
--- a/dev-python/xarray/xarray-2024.1.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="N-D labeled arrays and datasets in Python"
-HOMEPAGE="
- https://xarray.pydata.org/
- https://github.com/pydata/xarray/
- https://pypi.org/project/xarray/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
-IUSE="big-endian"
-
-RDEPEND="
- >=dev-python/numpy-1.23[${PYTHON_USEDEP}]
- >=dev-python/pandas-1.5[${PYTHON_USEDEP}]
- >=dev-python/packaging-22[${PYTHON_USEDEP}]
-"
-# note: most of the test dependencies are optional
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
- test? (
- dev-python/bottleneck[${PYTHON_USEDEP}]
- dev-python/hypothesis[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]
- dev-python/toolz[${PYTHON_USEDEP}]
- !hppa? ( >=dev-python/scipy-1.4[${PYTHON_USEDEP}] )
- )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # warning-targeted tests are fragile and not important to end users
- xarray/tests/test_backends.py::test_no_warning_from_dask_effective_get
- # TODO: segv in netcdf4-python
- 'xarray/tests/test_backends.py::test_open_mfdataset_manyfiles[netcdf4-20-True-5-5]'
- 'xarray/tests/test_backends.py::test_open_mfdataset_manyfiles[netcdf4-20-True-5-None]'
- 'xarray/tests/test_backends.py::test_open_mfdataset_manyfiles[netcdf4-20-True-None-5]'
- 'xarray/tests/test_backends.py::test_open_mfdataset_manyfiles[netcdf4-20-True-None-None]'
- xarray/tests/test_backends.py::TestDask::test_save_mfdataset_compute_false_roundtrip
- # TODO: broken
- xarray/tests/test_backends.py::TestNetCDF4Data
- xarray/tests/test_backends.py::TestNetCDF4ViaDaskData
- # hangs
- xarray/tests/test_backends.py::TestDask::test_dask_roundtrip
- # mismatches when pyarrow is installed
- # https://github.com/pydata/xarray/issues/8092
- xarray/tests/test_dask.py::TestToDaskDataFrame::test_to_dask_dataframe_2D
- xarray/tests/test_dask.py::TestToDaskDataFrame::test_to_dask_dataframe_not_daskarray
-)
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-
- if ! has_version ">=dev-python/scipy-1.4[${PYTHON_USEDEP}]" ; then
- EPYTEST_DESELECT+=(
- 'xarray/tests/test_missing.py::test_interpolate_na_2d[coords1]'
- )
- fi
-
- if use big-endian ; then
- EPYTEST_DESELECT+=(
- # Appears to be a numpy issue in display? See bug #916460.
- 'xarray/tests/test_coding_times.py::test_roundtrip_datetime64_nanosecond_precision[1677-09-21T00:12:43.145224193-ns-int64-20-True]'
- 'xarray/tests/test_coding_times.py::test_roundtrip_datetime64_nanosecond_precision[1970-09-21T00:12:44.145224808-ns-float64-1e+30-True]'
- 'xarray/tests/test_coding_times.py::test_roundtrip_datetime64_nanosecond_precision[1677-09-21T00:12:43.145225216-ns-float64--9.223372036854776e+18-True]'
- 'xarray/tests/test_coding_times.py::test_roundtrip_datetime64_nanosecond_precision[1677-09-21T00:12:43.145224193-ns-int64-None-False]'
- 'xarray/tests/test_coding_times.py::test_roundtrip_datetime64_nanosecond_precision[1677-09-21T00:12:43.145225-us-int64-None-False]'
- 'xarray/tests/test_coding_times.py::test_roundtrip_datetime64_nanosecond_precision[1970-01-01T00:00:01.000001-us-int64-None-False]'
- 'xarray/tests/test_coding_times.py::test_roundtrip_datetime64_nanosecond_precision[1677-09-21T00:21:52.901038080-ns-float32-20.0-True]'
- )
- fi
-
- epytest
-}
next reply other threads:[~2024-03-02 13:39 UTC|newest]
Thread overview: 260+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-02 13:39 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-10 15:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/xarray/ Sam James
2024-12-08 16:04 Michał Górny
2024-11-23 7:10 Michał Górny
2024-11-10 0:42 Jakov Smolić
2024-11-09 9:57 Arthur Zamarin
2024-10-25 4:04 Michał Górny
2024-10-19 19:20 Michał Górny
2024-10-19 19:20 Michał Górny
2024-10-19 18:37 Jakov Smolić
2024-10-19 17:55 Michał Górny
2024-10-19 17:53 Michał Górny
2024-10-19 17:33 Michał Górny
2024-09-12 4:43 Michał Górny
2024-07-31 5:52 Michał Górny
2024-07-27 9:28 Arthur Zamarin
2024-07-10 18:52 Michał Górny
2024-07-10 12:50 Michał Górny
2024-07-10 12:45 Michał Górny
2024-06-29 16:58 Michał Górny
2024-06-29 8:25 Sam James
2024-06-29 8:25 Sam James
2024-06-20 15:20 Michał Górny
2024-06-20 15:20 Michał Górny
2024-06-20 10:24 Sam James
2024-06-14 17:02 Michał Górny
2024-06-14 16:36 Michał Górny
2024-06-14 1:53 Michał Górny
2024-06-08 7:20 Arthur Zamarin
2024-06-08 7:15 Sam James
2024-06-07 23:40 Ionen Wolkens
2024-06-07 17:29 Michał Górny
2024-06-04 18:31 Arthur Zamarin
2024-06-01 17:29 Sam James
2024-06-01 7:25 Arthur Zamarin
2024-05-28 12:35 Sam James
2024-05-22 8:03 Michał Górny
2024-05-19 6:02 Michał Górny
2024-05-16 17:28 Arthur Zamarin
2024-05-13 14:03 Michał Górny
2024-05-07 18:31 Arthur Zamarin
2024-05-01 17:33 Michał Górny
2024-05-01 17:33 Michał Górny
2024-04-13 16:08 Michał Górny
2024-03-30 5:53 Michał Górny
2024-03-26 20:17 Ionen Wolkens
2024-03-07 20:22 Jakov Smolić
2024-03-07 17:09 Michał Górny
2024-03-02 12:26 Arthur Zamarin
2024-02-19 15:51 Michał Górny
2024-02-18 11:43 Jakov Smolić
2024-02-18 0:15 Sam James
2024-02-18 0:15 Sam James
2024-02-17 22:26 Sam James
2024-02-03 20:03 Michał Górny
2024-02-03 19:09 Sam James
2024-02-03 19:09 Sam James
2024-02-03 11:14 Sam James
2024-02-03 10:52 Sam James
2024-02-03 10:46 Sam James
2024-01-24 6:33 Michał Górny
2024-01-18 3:43 Michał Górny
2024-01-04 11:29 WANG Xuerui
2023-12-24 17:24 Michał Górny
2023-12-24 17:21 Arthur Zamarin
2023-12-24 1:02 Sam James
2023-12-24 1:02 Sam James
2023-12-24 1:02 Sam James
2023-12-24 1:02 Sam James
2023-12-10 19:18 Michał Górny
2023-12-10 18:29 Arthur Zamarin
2023-12-09 17:02 Michał Górny
2023-12-09 16:39 Arthur Zamarin
2023-12-09 15:47 Michał Górny
2023-12-09 15:30 Michał Górny
2023-12-09 14:22 Michał Górny
2023-12-09 13:52 Michał Górny
2023-12-09 6:53 Michał Górny
2023-12-08 19:39 Arthur Zamarin
2023-11-30 14:44 Michał Górny
2023-11-29 17:14 Michał Górny
2023-11-29 17:13 Sam James
2023-11-29 11:35 Michał Górny
2023-11-29 11:04 Michał Górny
2023-11-29 10:30 Michał Górny
2023-11-25 10:14 Arthur Zamarin
2023-11-23 13:27 Sam James
2023-11-22 12:12 Arthur Zamarin
2023-11-22 11:42 Arthur Zamarin
2023-11-22 11:11 Sam James
2023-11-19 20:07 Arthur Zamarin
2023-11-18 15:47 Michał Górny
2023-10-29 4:46 Michał Górny
2023-10-29 3:40 Sam James
2023-10-29 3:40 Sam James
2023-10-29 3:40 Sam James
2023-10-29 3:34 Sam James
2023-10-27 20:05 Sam James
2023-10-27 19:55 Arthur Zamarin
2023-10-27 19:32 Sam James
2023-10-27 19:32 Sam James
2023-10-24 21:11 Michał Górny
2023-10-20 4:19 Michał Górny
2023-09-26 16:56 Michał Górny
2023-09-25 22:47 Sam James
2023-09-25 18:54 Arthur Zamarin
2023-09-25 18:31 Arthur Zamarin
2023-09-25 18:31 Arthur Zamarin
2023-08-20 17:51 Michał Górny
2023-08-20 17:41 Michał Górny
2023-07-28 9:47 Michał Górny
2023-07-28 9:37 Sam James
2023-07-28 9:37 Sam James
2023-07-28 7:56 Sam James
2023-07-28 7:56 Sam James
2023-07-28 7:56 Sam James
2023-07-18 6:12 Michał Górny
2023-06-27 11:36 Michał Górny
2023-06-27 10:56 Sam James
2023-06-27 7:54 Sam James
2023-06-27 7:54 Sam James
2023-06-27 7:14 Sam James
2023-06-27 6:55 Sam James
2023-06-24 6:10 Michał Górny
2023-06-03 16:27 Michał Górny
2023-05-29 23:50 Sam James
2023-05-27 15:55 Sam James
2023-05-26 7:15 Sam James
2023-05-23 16:26 Arthur Zamarin
2023-05-23 15:58 Arthur Zamarin
2023-05-20 5:34 Michał Górny
2023-04-29 7:09 Michał Górny
2023-04-29 6:58 Arthur Zamarin
2023-04-28 17:33 Arthur Zamarin
2023-04-28 15:55 Arthur Zamarin
2023-04-28 15:55 Arthur Zamarin
2023-04-28 14:59 Arthur Zamarin
2023-04-28 14:49 Arthur Zamarin
2023-04-21 12:13 Michał Górny
2023-04-19 6:34 Michał Górny
2023-04-15 11:13 Michał Górny
2023-04-06 13:25 Michał Górny
2023-03-31 11:49 Arthur Zamarin
2023-03-31 11:49 Arthur Zamarin
2023-03-23 17:14 Michał Górny
2023-03-16 18:13 Michał Górny
2023-02-20 23:28 Sam James
2023-02-20 23:28 Sam James
2023-02-20 19:50 Arthur Zamarin
2023-02-20 19:22 Arthur Zamarin
2023-02-20 18:35 Michał Górny
2023-02-08 6:27 Michał Górny
2023-01-19 6:08 Michał Górny
2023-01-08 5:06 Michał Górny
2023-01-07 22:37 Sam James
2023-01-07 19:44 Sam James
2023-01-07 19:31 Arthur Zamarin
2023-01-07 18:57 Arthur Zamarin
2023-01-07 18:37 Arthur Zamarin
2023-01-07 18:05 Arthur Zamarin
2023-01-07 18:05 Arthur Zamarin
2022-12-10 14:33 Arthur Zamarin
2022-12-10 9:25 Arthur Zamarin
2022-12-10 8:59 Arthur Zamarin
2022-12-10 8:57 Arthur Zamarin
2022-12-03 9:09 Michał Górny
2022-11-14 15:03 Arthur Zamarin
2022-11-14 15:03 Arthur Zamarin
2022-11-11 12:01 Michał Górny
2022-11-07 10:20 Sam James
2022-11-07 10:11 Sam James
2022-11-07 8:03 Sam James
2022-11-06 7:46 Sam James
2022-11-06 7:25 Sam James
2022-11-06 7:25 Sam James
2022-11-05 14:34 Michał Górny
2022-11-04 10:31 Michał Górny
2022-11-04 9:02 Agostino Sarubbo
2022-11-04 8:16 Agostino Sarubbo
2022-11-03 22:04 Sam James
2022-11-03 20:13 Arthur Zamarin
2022-11-03 19:41 Arthur Zamarin
2022-11-03 19:30 Arthur Zamarin
2022-10-14 17:19 Andrew Ammerlaan
2022-10-14 5:08 Michał Górny
2022-10-01 9:26 Arthur Zamarin
2022-09-22 7:43 Agostino Sarubbo
2022-09-22 7:43 Agostino Sarubbo
2022-08-27 8:40 Agostino Sarubbo
2022-08-27 8:27 Agostino Sarubbo
2022-08-26 23:29 Sam James
2022-08-26 18:52 Arthur Zamarin
2022-07-23 6:22 Michał Górny
2022-05-06 8:18 Michał Górny
2022-05-06 8:07 Jakov Smolić
2022-04-19 16:43 Arthur Zamarin
2022-04-19 16:43 Arthur Zamarin
2022-04-19 13:46 Jakov Smolić
2022-04-19 13:46 Jakov Smolić
2022-04-19 12:24 Arthur Zamarin
2022-03-18 11:54 Arthur Zamarin
2022-03-16 10:06 Michał Górny
2022-03-15 18:16 Jakov Smolić
2022-03-15 17:56 Jakov Smolić
2022-02-07 11:36 Sam James
2022-02-01 10:06 Michał Górny
2022-01-29 7:23 Michał Górny
2022-01-11 15:01 Michał Górny
2022-01-11 12:40 Arthur Zamarin
2022-01-11 9:33 Arthur Zamarin
2022-01-11 3:49 Sam James
2022-01-11 3:49 Sam James
2022-01-10 19:54 Arthur Zamarin
2022-01-10 19:47 Arthur Zamarin
2021-12-12 18:47 Sam James
2021-12-12 18:27 Sam James
2021-12-12 18:27 Sam James
2021-12-12 9:45 Jakov Smolić
2021-12-12 9:45 Jakov Smolić
2021-12-10 10:39 Arthur Zamarin
2021-11-20 6:35 Sam James
2021-11-18 11:01 Sam James
2021-11-14 23:51 Sam James
2021-11-06 10:59 Michał Górny
2021-10-24 21:14 Sam James
2021-10-02 23:17 Sam James
2021-09-06 23:42 Sam James
2021-09-06 23:37 Sam James
2021-09-06 0:13 Sam James
2021-08-26 4:41 Agostino Sarubbo
2021-07-24 8:23 Michał Górny
2021-07-03 16:06 Michał Górny
2021-06-24 4:26 Agostino Sarubbo
2021-05-20 7:25 Michał Górny
2021-05-19 7:11 Michał Górny
2021-05-10 18:08 Michał Górny
2021-04-13 7:36 Agostino Sarubbo
2021-04-12 11:42 Michał Górny
2021-02-26 8:30 Michał Górny
2021-01-07 9:22 Michał Górny
2020-12-31 1:17 Sam James
2020-12-14 1:27 Sam James
2020-11-30 22:16 Michał Górny
2020-11-08 0:32 Sam James
2020-10-07 18:44 Joonas Niilola
2020-09-21 17:48 Michał Górny
2020-09-21 7:46 Michał Górny
2020-08-18 5:52 Sam James
2020-08-18 5:28 Sam James
2020-07-25 7:36 Michał Górny
2020-03-25 17:42 Agostino Sarubbo
2020-03-17 8:08 Michał Górny
2020-01-17 7:47 Michał Górny
2020-01-17 7:47 Michał Górny
2019-04-26 16:24 Virgil Dupras
2019-04-26 16:24 Virgil Dupras
2018-07-29 22:34 Patrice Clement
2018-01-06 13:39 Michał Górny
2017-07-12 19:29 Sebastien Fabbro
2016-12-03 13:45 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1709386749.2ad10556123f523131a55d9b94d8f8015e8a695f.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox