git: 6737952298de - main - devel/py-xarray: Update to 2025.8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Sep 2025 23:13:24 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6737952298dea3c85a00a98793280a5d2e69af4c
commit 6737952298dea3c85a00a98793280a5d2e69af4c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-07 22:37:10 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-07 23:04:00 +0000
devel/py-xarray: Update to 2025.8.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 | 15 ++++++++++++---
3 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/devel/py-xarray/Makefile b/devel/py-xarray/Makefile
index 8060b23873b5..4050594c8baa 100644
--- a/devel/py-xarray/Makefile
+++ b/devel/py-xarray/Makefile
@@ -1,5 +1,5 @@
PORTNAME= xarray
-PORTVERSION= 2025.7.1
+PORTVERSION= 2025.8.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-xarray/distinfo b/devel/py-xarray/distinfo
index 4d8c5da8bd50..fa97e0d8a8f1 100644
--- a/devel/py-xarray/distinfo
+++ b/devel/py-xarray/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1752266142
-SHA256 (xarray-2025.7.1.tar.gz) = 2884bf5672b540fcc6ff8c20a3196bda0d78fbfb4d67398d60526e97c2faceef
-SIZE (xarray-2025.7.1.tar.gz) = 3013717
+TIMESTAMP = 1757120770
+SHA256 (xarray-2025.8.0.tar.gz) = 323d4169ce72d4ef849de2b0bd122f9cd2905b82c7558169930dc16070982bab
+SIZE (xarray-2025.8.0.tar.gz) = 3034425
diff --git a/devel/py-xarray/files/patch-pyproject.toml b/devel/py-xarray/files/patch-pyproject.toml
index e274b702c9e6..6385d34ab518 100644
--- a/devel/py-xarray/files/patch-pyproject.toml
+++ b/devel/py-xarray/files/patch-pyproject.toml
@@ -1,6 +1,6 @@
---- pyproject.toml.orig 2025-06-10 16:49:13 UTC
+--- pyproject.toml.orig 2025-08-14 16:51:17 UTC
+++ pyproject.toml
-@@ -14,7 +14,7 @@ dynamic = ["version"]
+@@ -13,7 +13,7 @@ dynamic = ["version"]
]
description = "N-D labeled arrays and datasets in Python"
dynamic = ["version"]
@@ -8,4 +8,13 @@
+license = { text = "Apache-2.0" }
name = "xarray"
readme = "README.md"
- requires-python = ">=3.10"
+ requires-python = ">=3.11"
+@@ -99,7 +99,7 @@ build-backend = "setuptools.build_meta"
+
+ [build-system]
+ build-backend = "setuptools.build_meta"
+-requires = ["setuptools>=77.0.3", "setuptools-scm>=8"]
++requires = ["setuptools>=61", "setuptools-scm>=8"]
+
+ [tool.setuptools.packages.find]
+ include = ["xarray*"]