summaryrefslogtreecommitdiff
path: root/devel/py-xarray/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-xarray/files/patch-pyproject.toml')
-rw-r--r--devel/py-xarray/files/patch-pyproject.toml20
1 files changed, 20 insertions, 0 deletions
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*"]