aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-22 03:17:37 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-22 03:17:37 +0000
commitb762b31584db1814988da7cd9bc18feb77262194 (patch)
tree80e915172659b4678d7bd62b86fb735364e9b396
parenta559072844e1c75c689ffd264c735cbc660d60cc (diff)
downloadports-b762b31584db1814988da7cd9bc18feb77262194.tar.gz
ports-b762b31584db1814988da7cd9bc18feb77262194.zip
databases/py-tiledb: Update to 0.23.0
-rw-r--r--databases/py-tiledb/Makefile4
-rw-r--r--databases/py-tiledb/distinfo6
-rw-r--r--databases/py-tiledb/files/patch-pyproject.toml4
3 files changed, 7 insertions, 7 deletions
diff --git a/databases/py-tiledb/Makefile b/databases/py-tiledb/Makefile
index 8b23badf009c..c777d5abb4ce 100644
--- a/databases/py-tiledb/Makefile
+++ b/databases/py-tiledb/Makefile
@@ -1,5 +1,5 @@
PORTNAME= tiledb
-PORTVERSION= 0.22.3
+PORTVERSION= 0.23.0
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +20,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0<3.0:lang/cython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.5.4:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \
- tiledb>=2.16.3:databases/tiledb
+ tiledb>=2.17.0:databases/tiledb
LIB_DEPENDS= libtiledb.so:databases/tiledb
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.23.2,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR}
diff --git a/databases/py-tiledb/distinfo b/databases/py-tiledb/distinfo
index df6041aa5c69..7f1bb0025fcf 100644
--- a/databases/py-tiledb/distinfo
+++ b/databases/py-tiledb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1692211659
-SHA256 (tiledb-0.22.3.tar.gz) = e916b5712394eb078464726578f4ff105322856a83a313f85593eb29045a8ebd
-SIZE (tiledb-0.22.3.tar.gz) = 310388
+TIMESTAMP = 1695143257
+SHA256 (tiledb-0.23.0.tar.gz) = 3e7f136f4f5c94f8729610cb798a293e5e753dbd0691fc7f519bb0e055337fed
+SIZE (tiledb-0.23.0.tar.gz) = 319091
diff --git a/databases/py-tiledb/files/patch-pyproject.toml b/databases/py-tiledb/files/patch-pyproject.toml
index 6a4e0e7b17cf..f612481ed482 100644
--- a/databases/py-tiledb/files/patch-pyproject.toml
+++ b/databases/py-tiledb/files/patch-pyproject.toml
@@ -4,8 +4,8 @@
# 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"]
+-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]