git: da2065c8d221 - main - databases/py-tiledb: Update to 0.27.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 03:39:20 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=da2065c8d2210a1296eba2f10c75e3f02906b299 commit da2065c8d2210a1296eba2f10c75e3f02906b299 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 03:05:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 03:05:55 +0000 databases/py-tiledb: Update to 0.27.1 Changes: https://github.com/TileDB-Inc/TileDB-Py/releases --- databases/py-tiledb/Makefile | 14 ++++++++------ databases/py-tiledb/distinfo | 6 +++--- databases/py-tiledb/files/patch-requirements_dev.txt | 14 ++++++++------ 3 files changed, 19 insertions(+), 15 deletions(-) diff --git a/databases/py-tiledb/Makefile b/databases/py-tiledb/Makefile index 5d1c2104c77c..468b6b0bf16f 100644 --- a/databases/py-tiledb/Makefile +++ b/databases/py-tiledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= tiledb -PORTVERSION= 0.26.3 +PORTVERSION= 0.27.1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +11,12 @@ WWW= https://github.com/TileDB-Inc/TileDB-Py LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0<3.0:lang/cython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=1.23.2,1:math/py-numpy@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.23.2,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${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:devel/py-wheel@${PY_FLAVOR} \ - tiledb>=2.20.1:databases/tiledb + ${PYTHON_PKGNAMEPREFIX}wheel>=0.30:devel/py-wheel@${PY_FLAVOR} \ + tiledb>=2.21.1: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} @@ -27,6 +26,9 @@ USE_PYTHON= autoplist concurrent cython pep517 MAKE_ENV= TILEDB_PATH=${LOCALBASE} +post-patch: + @${RM} -r ${WRKSRC}/ci/ + post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/databases/py-tiledb/distinfo b/databases/py-tiledb/distinfo index aa0b79cfed25..adff3067dc7e 100644 --- a/databases/py-tiledb/distinfo +++ b/databases/py-tiledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710712406 -SHA256 (tiledb-0.26.3.tar.gz) = 737e86a65e03d7554e464a3227966b5729be60a21ea946a4e655ce1847fbf18d -SIZE (tiledb-0.26.3.tar.gz) = 336970 +TIMESTAMP = 1711466090 +SHA256 (tiledb-0.27.1.tar.gz) = eba841c56195d02fd190d6d735048f9d187d96bf3e0f7c3c8390036ba8200305 +SIZE (tiledb-0.27.1.tar.gz) = 337401 diff --git a/databases/py-tiledb/files/patch-requirements_dev.txt b/databases/py-tiledb/files/patch-requirements_dev.txt index 92b95ce471a8..4dc176e29aca 100644 --- a/databases/py-tiledb/files/patch-requirements_dev.txt +++ b/databases/py-tiledb/files/patch-requirements_dev.txt @@ -1,16 +1,18 @@ ---- requirements_dev.txt.orig 2023-11-29 18:54:29 UTC +--- requirements_dev.txt.orig 2024-03-22 14:33:47 UTC +++ requirements_dev.txt -@@ -3,8 +3,6 @@ numpy >= 1.16.5 +@@ -3,14 +3,10 @@ numpy >= 1.16.5 # ------------------------------------------------ # ** MUST sync with misc/requirements_wheel.txt ** # ------------------------------------------------ -build -cmake >= 3.23 - cython < 3.0 - pybind11 < 2.11.0 - setuptools>=42 -@@ -12,4 +10,3 @@ setuptools_scm >= 1.5.4 + cython + pybind11 +-setuptools >= 64 ++setuptools >= 61 + setuptools_scm >= 8 wheel >= 0.30 contextvars ;python_version<"3.7" dataclasses ;python_version<"3.7" -pytest +--r misc/requirements_test.txt