git: 87e25ffef633 - main - devel/py-xarray: Update to 2025.6.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Jun 2025 17:53:47 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=87e25ffef6333f7fdba7a6e03bcef5356c2708c7 commit 87e25ffef6333f7fdba7a6e03bcef5356c2708c7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-06-17 16:34:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-06-17 17:47:54 +0000 devel/py-xarray: Update to 2025.6.0 Changes: https://github.com/pydata/xarray/releases --- devel/py-xarray/Makefile | 2 +- devel/py-xarray/distinfo | 6 +++--- devel/py-xarray/files/patch-pyproject.toml | 11 +++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/devel/py-xarray/Makefile b/devel/py-xarray/Makefile index 968c0f345311..d68a9b74660a 100644 --- a/devel/py-xarray/Makefile +++ b/devel/py-xarray/Makefile @@ -1,5 +1,5 @@ PORTNAME= xarray -PORTVERSION= 2025.4.0 +PORTVERSION= 2025.6.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-xarray/distinfo b/devel/py-xarray/distinfo index 76ac93ecfb25..c94267dfa980 100644 --- a/devel/py-xarray/distinfo +++ b/devel/py-xarray/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546558 -SHA256 (xarray-2025.4.0.tar.gz) = 2a89cd6a1dfd589aa90ac45f4e483246f31fc641836db45dd2790bb78bd333dc -SIZE (xarray-2025.4.0.tar.gz) = 2974151 +TIMESTAMP = 1749813090 +SHA256 (xarray-2025.6.0.tar.gz) = c521c6c1b806fc8e5c9b1bed85d69ce950fd6d2668507d4dd02850787b4c84f2 +SIZE (xarray-2025.6.0.tar.gz) = 3001856 diff --git a/devel/py-xarray/files/patch-pyproject.toml b/devel/py-xarray/files/patch-pyproject.toml new file mode 100644 index 000000000000..e274b702c9e6 --- /dev/null +++ b/devel/py-xarray/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-06-10 16:49:13 UTC ++++ pyproject.toml +@@ -14,7 +14,7 @@ dynamic = ["version"] + ] + description = "N-D labeled arrays and datasets in Python" + dynamic = ["version"] +-license = "Apache-2.0" ++license = { text = "Apache-2.0" } + name = "xarray" + readme = "README.md" + requires-python = ">=3.10"