diff options
Diffstat (limited to 'devel/py-xarray')
-rw-r--r-- | devel/py-xarray/Makefile | 18 | ||||
-rw-r--r-- | devel/py-xarray/distinfo | 6 | ||||
-rw-r--r-- | devel/py-xarray/files/patch-pyproject.toml | 20 |
3 files changed, 32 insertions, 12 deletions
diff --git a/devel/py-xarray/Makefile b/devel/py-xarray/Makefile index 968c0f345311..4050594c8baa 100644 --- a/devel/py-xarray/Makefile +++ b/devel/py-xarray/Makefile @@ -1,5 +1,5 @@ PORTNAME= xarray -PORTVERSION= 2025.4.0 +PORTVERSION= 2025.8.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,22 +15,22 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=7:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.24,1:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}packaging>=23.2:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=2.1,1:math/py-pandas@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cartopy>=0:graphics/py-cartopy@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.26,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=24.1:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=2.2,1:math/py-pandas@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cartopy>=0.23:graphics/py-cartopy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cfgrib>=0:science/py-cfgrib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cftime>=0:devel/py-cftime@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dask>=0:devel/py-dask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}netCDF4>=0:science/py-netCDF4@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}netCDF4>=1.6.0:science/py-netCDF4@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pint>=0:devel/py-pint@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rasterio>=0:graphics/py-rasterio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}seaborn>=0:math/py-seaborn@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sparse>=0:devel/py-sparse@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zarr>=0:devel/py-zarr@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}sparse>=0.15:devel/py-sparse@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zarr>=2.18:devel/py-zarr@${PY_FLAVOR} -USES= python:3.10+ +USES= python:3.11+ USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/devel/py-xarray/distinfo b/devel/py-xarray/distinfo index 76ac93ecfb25..fa97e0d8a8f1 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 = 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 new file mode 100644 index 000000000000..6385d34ab518 --- /dev/null +++ b/devel/py-xarray/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +--- pyproject.toml.orig 2025-08-14 16:51:17 UTC ++++ pyproject.toml +@@ -13,7 +13,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.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*"] |