Skip to content

Commit

Permalink
databases/py-tiledb: Update to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Sep 22, 2023
1 parent a559072 commit b762b31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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}
Expand All @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions 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
4 changes: 2 additions & 2 deletions databases/py-tiledb/files/patch-pyproject.toml
Expand Up @@ -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 comments on commit b762b31

Please sign in to comment.