diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-30 15:02:27 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-30 15:02:27 +0800 |
commit | 5d2741eb88aa47a875fa4ff5079f104ca65a5cde (patch) | |
tree | d189bebf774e1110fa419c2a853fd7f368343210 /databases/py-tiledb/files/patch-pyproject.toml | |
parent | databases/tiledb: Update to 2.15.4 (diff) |
databases/py-tiledb: Update to 0.21.5
- Convert to USE_PYTHON=pep517
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.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/py-tiledb/files/patch-pyproject.toml b/databases/py-tiledb/files/patch-pyproject.toml new file mode 100644 index 000000000000..7eebc5f77107 --- /dev/null +++ b/databases/py-tiledb/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2023-06-08 15:51:33 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.6.2"] ++requires = ["setuptools>=42", "wheel", "pybind11>=2.6.2"] + build-backend = "setuptools.build_meta" + + [tool.pytest.ini_options] |