summaryrefslogtreecommitdiff
path: root/databases/py-tiledb/files/patch-pyproject.toml
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-12-02 06:01:01 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-12-02 06:11:34 +0800
commitb413afb88bad49f5b85425a98748c784dff83486 (patch)
tree25d8b66ab6ad52ce6a927cf5e3272eccae0218d1 /databases/py-tiledb/files/patch-pyproject.toml
parentdatabases/tiledb: Update to 2.18.2 (diff)
databases/py-tiledb: Update to 0.24.0
Changes: https://github.com/TileDB-Inc/TileDB-Py/releases
Diffstat (limited to 'databases/py-tiledb/files/patch-pyproject.toml')
-rw-r--r--databases/py-tiledb/files/patch-pyproject.toml11
1 files changed, 0 insertions, 11 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]