summaryrefslogtreecommitdiff
path: root/databases/py-tiledb
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 11:59:33 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 11:59:33 +0800
commitc0b989d367a57cc1bd594465775ae4bf616ff905 (patch)
treed79955af87943261b2169016591f2dc7e0e5b56c /databases/py-tiledb
parentdatabases/tiledb: Update to 2.24.0 (diff)
databases/py-tiledb: Update to 0.30.0
Changes: https://github.com/TileDB-Inc/TileDB-Py/releases
Diffstat (limited to 'databases/py-tiledb')
-rw-r--r--databases/py-tiledb/Makefile8
-rw-r--r--databases/py-tiledb/distinfo6
-rw-r--r--databases/py-tiledb/files/patch-pyproject.toml19
-rw-r--r--databases/py-tiledb/files/patch-requirements_dev.txt4
4 files changed, 23 insertions, 14 deletions
diff --git a/databases/py-tiledb/Makefile b/databases/py-tiledb/Makefile
index f503fcf286aa..a9b410bb09f4 100644
--- a/databases/py-tiledb/Makefile
+++ b/databases/py-tiledb/Makefile
@@ -1,5 +1,5 @@
PORTNAME= tiledb
-PORTVERSION= 0.29.0
+PORTVERSION= 0.30.0
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,14 +11,14 @@ WWW= https://github.com/TileDB-Inc/TileDB-Py
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.23.2,1:math/py-numpy@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.25,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=1.5.4:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0.30:devel/py-wheel@${PY_FLAVOR} \
- tiledb>=2.23.0:databases/tiledb
+ tiledb>=2.24.0:databases/tiledb
LIB_DEPENDS= libtiledb.so:databases/tiledb
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.23.2,1:math/py-numpy@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.25,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR}
USES= compiler:c++17-lang localbase python
diff --git a/databases/py-tiledb/distinfo b/databases/py-tiledb/distinfo
index fc765769db55..2bb306b5d024 100644
--- a/databases/py-tiledb/distinfo
+++ b/databases/py-tiledb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1715842574
-SHA256 (tiledb-0.29.0.tar.gz) = f47eca580298266f031053bab2c35864bd7be7e0b80337e99d930035b1d3bbea
-SIZE (tiledb-0.29.0.tar.gz) = 341479
+TIMESTAMP = 1718580044
+SHA256 (tiledb-0.30.0.tar.gz) = 592fc8caae8fe1555e3e04d5a109dfd74fd10defbc65b215a63544b0f0743b67
+SIZE (tiledb-0.30.0.tar.gz) = 343996
diff --git a/databases/py-tiledb/files/patch-pyproject.toml b/databases/py-tiledb/files/patch-pyproject.toml
index 21d2569e7375..33510fec2c7b 100644
--- a/databases/py-tiledb/files/patch-pyproject.toml
+++ b/databases/py-tiledb/files/patch-pyproject.toml
@@ -1,9 +1,18 @@
---- pyproject.toml.orig 2024-05-10 15:15:21 UTC
+--- pyproject.toml.orig 2024-06-11 17:54:39 UTC
+++ pyproject.toml
-@@ -1,5 +1,5 @@
+@@ -1,13 +1,13 @@ requires = [
[build-system]
--requires = ["setuptools>=64", "wheel", "pybind11", "Cython"]
-+requires = ["setuptools>=61", "wheel", "pybind11", "Cython"]
+ requires = [
+- "setuptools>=64",
++ "setuptools>=61",
+ "wheel",
+ "pybind11",
+ "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'",
+ ]
build-backend = "setuptools.build_meta"
- [project]
diff --git a/databases/py-tiledb/files/patch-requirements_dev.txt b/databases/py-tiledb/files/patch-requirements_dev.txt
index 4dc176e29aca..2509bca3f555 100644
--- a/databases/py-tiledb/files/patch-requirements_dev.txt
+++ b/databases/py-tiledb/files/patch-requirements_dev.txt
@@ -1,6 +1,6 @@
---- requirements_dev.txt.orig 2024-03-22 14:33:47 UTC
+--- requirements_dev.txt.orig 2024-06-11 17:54:39 UTC
+++ requirements_dev.txt
-@@ -3,14 +3,10 @@ numpy >= 1.16.5
+@@ -6,14 +6,10 @@ numpy>=1.25 ; python_version >= '3.9'
# ------------------------------------------------
# ** MUST sync with misc/requirements_wheel.txt **
# ------------------------------------------------