summaryrefslogtreecommitdiff
path: root/databases/py-tiledb
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--databases/py-tiledb/Makefile3
-rw-r--r--databases/py-tiledb/files/patch-pyproject.toml6
2 files changed, 6 insertions, 3 deletions
diff --git a/databases/py-tiledb/Makefile b/databases/py-tiledb/Makefile
index a049f8423bde..a445b0fa1c56 100644
--- a/databases/py-tiledb/Makefile
+++ b/databases/py-tiledb/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tiledb
PORTVERSION= 0.34.2
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_i386= error: static assertion failed due to requirement 'sizeof(unsigned long long) <= sizeof(int)': Implicit narrowing is not permitted.
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.25,1:math/py-numpy@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pybind11>=0<3:devel/py-pybind11@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scikit-build-core>=0:devel/py-scikit-build-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
tiledb>=2.28.1:databases/tiledb
diff --git a/databases/py-tiledb/files/patch-pyproject.toml b/databases/py-tiledb/files/patch-pyproject.toml
index 2285b76dffdf..1849558a6452 100644
--- a/databases/py-tiledb/files/patch-pyproject.toml
+++ b/databases/py-tiledb/files/patch-pyproject.toml
@@ -1,10 +1,12 @@
--- pyproject.toml.orig 2022-11-09 12:37:21 UTC
+++ pyproject.toml
-@@ -2,7 +2,7 @@ requires = [
+@@ -1,8 +1,8 @@ requires = [
+ [build-system]
requires = [
"scikit-build-core",
- "pybind11<3",
+- "pybind11<3",
- "numpy>=2.0.1"
++ "pybind11",
+ "numpy>=1.25"
]
build-backend = "scikit_build_core.build"