Skip to content
Snippets Groups Projects
Verified Commit b762b315 authored by sunpoet's avatar sunpoet
Browse files

databases/py-tiledb: Update to 0.23.0

parent a5590728
No related branches found
No related tags found
No related merge requests found
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}
......
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
......@@ -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]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment