summaryrefslogtreecommitdiff
path: root/devel/py-dask/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-dask/files')
-rw-r--r--devel/py-dask/files/patch-pyproject.toml20
1 files changed, 16 insertions, 4 deletions
diff --git a/devel/py-dask/files/patch-pyproject.toml b/devel/py-dask/files/patch-pyproject.toml
index 5db316a7edde..74ef6fb8f32b 100644
--- a/devel/py-dask/files/patch-pyproject.toml
+++ b/devel/py-dask/files/patch-pyproject.toml
@@ -1,9 +1,21 @@
---- pyproject.toml.orig 2023-04-14 18:33:58 UTC
+--- pyproject.toml.orig 2025-12-12 14:54:15 UTC
+++ pyproject.toml
-@@ -1,5 +1,5 @@
+@@ -1,16 +1,12 @@
[build-system]
--requires = ["setuptools>=62.6", "versioneer[toml]==0.29"]
-+requires = ["setuptools>=62.6", "versioneer[toml]>=0.29"]
+-requires = ["setuptools>=80", "setuptools-scm>=9"]
++requires = ["setuptools>=62.2", "setuptools-scm>=8"]
build-backend = "setuptools.build_meta"
[project]
+ name = "dask"
+ description = "Parallel PyData with Task Scheduling"
+ maintainers = [{name = "Matthew Rocklin", email = "mrocklin@gmail.com"}]
+-license = "BSD-3-Clause"
+-license-files = [
+- "LICENSE.txt",
+- "dask/array/NUMPY_LICENSE.txt",
+-]
++license = {text = "BSD-3-Clause"}
+ keywords = ["task-scheduling parallel numpy pandas pydata"]
+ classifiers = [
+ "Development Status :: 5 - Production/Stable",