summaryrefslogtreecommitdiff
path: root/databases/py-tiledb/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-tiledb/files/patch-pyproject.toml')
-rw-r--r--databases/py-tiledb/files/patch-pyproject.toml18
1 files changed, 8 insertions, 10 deletions
diff --git a/databases/py-tiledb/files/patch-pyproject.toml b/databases/py-tiledb/files/patch-pyproject.toml
index 33510fec2c7b..499ce61c25e6 100644
--- a/databases/py-tiledb/files/patch-pyproject.toml
+++ b/databases/py-tiledb/files/patch-pyproject.toml
@@ -1,18 +1,16 @@
---- pyproject.toml.orig 2024-06-11 17:54:39 UTC
+--- pyproject.toml.orig 2022-11-09 12:37:21 UTC
+++ pyproject.toml
-@@ -1,13 +1,13 @@ requires = [
- [build-system]
+@@ -2,11 +2,11 @@ requires = [
requires = [
-- "setuptools>=64",
-+ "setuptools>=61",
- "wheel",
+ "scikit-build-core",
"pybind11",
- "Cython",
+- "Cython>=3",
++ "Cython",
"numpy==1.17.* ; python_version == '3.8' and platform_machine not in 'arm64|aarch64'",
"numpy==1.19.* ; python_version == '3.8' and platform_machine == 'aarch64'",
"numpy==1.21.* ; python_version == '3.8' and platform_machine == 'arm64'",
-- "numpy>=2.0.0rc2 ; python_version >= '3.9'",
-+ "numpy>=1.25 ; python_version >= '3.9'",
+- "numpy>=2.0.1 ; python_version >= '3.9'"
++ "numpy>=1.25 ; python_version >= '3.9'"
]
- build-backend = "setuptools.build_meta"
+ build-backend = "scikit_build_core.build"