public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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, 18 Nov 2023 15:47:40 +0000 (UTC)	[thread overview]
Message-ID: <1700322445.77479329cf9c3d8f1247372b422674a630152993.mgorny@gentoo> (raw)

commit:     77479329cf9c3d8f1247372b422674a630152993
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 14:50:42 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 15:47:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77479329

dev-python/xarray: Bump to 2023.11.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/xarray/Manifest                |  1 +
 dev-python/xarray/xarray-2023.11.0.ebuild | 83 +++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)

diff --git a/dev-python/xarray/Manifest b/dev-python/xarray/Manifest
index 3ff08360e33d..9a43ac8bb635 100644
--- a/dev-python/xarray/Manifest
+++ b/dev-python/xarray/Manifest
@@ -1,2 +1,3 @@
 DIST xarray-2023.10.1.tar.gz 3796343 BLAKE2B 8c4bcccf977bf22dcb7495a35b507b113cf888819c202f4bdd90fb0146b1a8c75d79337f7dedad5d248330a2cc2dcfb07dae4faa60d90e611e1418be530c2ee4 SHA512 1fe193fc2fbd31d7478bd3152f8322f0c20e312518d1f607b483d2b9c3c19d84fb175319fa55fc01d5da13ee471c60c1976617e33760d10168d6fc7b556aeac4
+DIST xarray-2023.11.0.tar.gz 3800529 BLAKE2B 45b54588e3178c5104f40741cf2a3cb6403a0ab199ad1b24a6b2da9cb19649184ba4ca516d54002753ba62c7df6e80dde3b25c68cd63d65dd076b412219de3bc SHA512 fe84884b9147683d61d68233c703d07617f61638d84e28f94c9b9f1fdddf942c563af20a15c6d765b0ff169fe0985d74d7cb4d35d42c3988f62263e55e3e9071
 DIST xarray-2023.9.0.tar.gz 3776743 BLAKE2B 38433f7898db2b53f31db134b110fea743ea5886c33f8f8390b85cda18c1a1d7d178681e4e442ecc39f2f19ae4b761f94b38ccab27e8e20c3463f4364f1222dd SHA512 d6c1e6ff438415766dedada5841413b9c7514dc2b1bf71a4adb17df4d78b68f5f22cded09c20511e4e2e85ac3284c447fc13191397b7ae77d1294d7867e3ac3f

diff --git a/dev-python/xarray/xarray-2023.11.0.ebuild b/dev-python/xarray/xarray-2023.11.0.ebuild
new file mode 100644
index 000000000000..e158ce05a4de
--- /dev/null
+++ b/dev-python/xarray/xarray-2023.11.0.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2023 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 ~riscv ~sparc ~x86"
+IUSE="big-endian"
+
+RDEPEND="
+	>=dev-python/numpy-1.22[${PYTHON_USEDEP}]
+	>=dev-python/pandas-1.4[${PYTHON_USEDEP}]
+	>=dev-python/packaging-21.3[${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
+	# 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
+}


             reply	other threads:[~2023-11-18 15:47 UTC|newest]

Thread overview: 248+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-18 15:47 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12  4:43 [gentoo-commits] repo/gentoo:master commit in: dev-python/xarray/ 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 13:39 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-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=1700322445.77479329cf9c3d8f1247372b422674a630152993.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