summaryrefslogtreecommitdiff
path: root/databases/py-tiledb/files
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-tiledb/files')
-rw-r--r--databases/py-tiledb/files/patch-pyproject.toml11
-rw-r--r--databases/py-tiledb/files/patch-requirements_dev.txt10
2 files changed, 5 insertions, 16 deletions
diff --git a/databases/py-tiledb/files/patch-pyproject.toml b/databases/py-tiledb/files/patch-pyproject.toml
deleted file mode 100644
index f612481ed482..000000000000
--- a/databases/py-tiledb/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig 2023-07-31 14:34:13 UTC
-+++ pyproject.toml
-@@ -2,7 +2,7 @@
-
- # https://askubuntu.com/a/1407138
- # we encounter the above error in versions of setuptools<=58.3.0
--requires = ["setuptools>=42,<=58.3.0", "wheel", "pybind11<2.11.0", "Cython<3.0"]
-+requires = ["setuptools>=42", "wheel", "pybind11<2.11.0", "Cython<3.0"]
- build-backend = "setuptools.build_meta"
-
- [tool.pytest.ini_options]
diff --git a/databases/py-tiledb/files/patch-requirements_dev.txt b/databases/py-tiledb/files/patch-requirements_dev.txt
index e744dfa1f80d..92b95ce471a8 100644
--- a/databases/py-tiledb/files/patch-requirements_dev.txt
+++ b/databases/py-tiledb/files/patch-requirements_dev.txt
@@ -1,15 +1,15 @@
---- requirements_dev.txt.orig 2023-07-31 14:34:13 UTC
+--- requirements_dev.txt.orig 2023-11-29 18:54:29 UTC
+++ requirements_dev.txt
-@@ -3,12 +3,10 @@ numpy >= 1.16.5
+@@ -3,8 +3,6 @@ numpy >= 1.16.5
# ------------------------------------------------
# ** MUST sync with misc/requirements_wheel.txt **
# ------------------------------------------------
+-build
-cmake >= 3.23
cython < 3.0
pybind11 < 2.11.0
--setuptools>=42,<=58.3.0
-+setuptools>=42
- setuptools_scm >= 1.5.4
+ setuptools>=42
+@@ -12,4 +10,3 @@ setuptools_scm >= 1.5.4
wheel >= 0.30
contextvars ;python_version<"3.7"
dataclasses ;python_version<"3.7"