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

databases/py-tiledb: Update to 0.24.0

parent 3f77f20a
No related branches found
No related tags found
No related merge requests found
PORTNAME= tiledb
PORTVERSION= 0.23.4
PORTVERSION= 0.24.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.17.4:databases/tiledb
tiledb>=2.18.2: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 = 1699774498
SHA256 (tiledb-0.23.4.tar.gz) = 56a56a98df1c4b213352f7d4dfb517f8971667e31bd9f3ff75d4e3565be0983c
SIZE (tiledb-0.23.4.tar.gz) = 326265
TIMESTAMP = 1701363654
SHA256 (tiledb-0.24.0.tar.gz) = 6e1f2f0391d5f5d76ae832da6add17d38d9c506b7105fe19823628b5ddb39af6
SIZE (tiledb-0.24.0.tar.gz) = 327245
--- pyproject.toml.orig 2023-07-31 14:34:13 UTC
+++ pyproject.toml
@@ -2,7 +2,7 @@
# 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"]
build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]
--- requirements_dev.txt.orig 2023-07-31 14:34:13 UTC
--- requirements_dev.txt.orig 2023-11-29 18:54:29 UTC
+++ requirements_dev.txt
@@ -3,12 +3,10 @@ numpy >= 1.16.5
@@ -3,8 +3,6 @@ numpy >= 1.16.5
# ------------------------------------------------
# ** MUST sync with misc/requirements_wheel.txt **
# ------------------------------------------------
-build
-cmake >= 3.23
cython < 3.0
pybind11 < 2.11.0
-setuptools>=42,<=58.3.0
+setuptools>=42
setuptools_scm >= 1.5.4
setuptools>=42
@@ -12,4 +10,3 @@ setuptools_scm >= 1.5.4
wheel >= 0.30
contextvars ;python_version<"3.7"
dataclasses ;python_version<"3.7"
......
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