diff options
Diffstat (limited to 'devel/py-xarray')
-rw-r--r-- | devel/py-xarray/Makefile | 2 | ||||
-rw-r--r-- | devel/py-xarray/distinfo | 6 | ||||
-rw-r--r-- | 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 e9f7ac727f3b..4050594c8baa 100644 --- a/devel/py-xarray/Makefile +++ b/devel/py-xarray/Makefile @@ -1,5 +1,5 @@ PORTNAME= xarray -PORTVERSION= 2025.7.0 +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 12a34539010f..fa97e0d8a8f1 100644 --- a/devel/py-xarray/distinfo +++ b/devel/py-xarray/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622373 -SHA256 (xarray-2025.7.0.tar.gz) = fd83ac8d638e7caef9d7f0c82bcdf380cede29d2ff84575133b2b95164af78ee -SIZE (xarray-2025.7.0.tar.gz) = 3005754 +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*"] |