1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

databases/py-tiledb: Update to 0.32.4

Changes:	https://github.com/TileDB-Inc/TileDB-Py/releases
This commit is contained in:
Po-Chuan Hsieh 2024-10-27 07:26:28 +08:00
parent 557215d97a
commit f92e06390b
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 8 additions and 11 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= tiledb
PORTVERSION= 0.32.3
PORTVERSION= 0.32.4
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -22,7 +22,7 @@ LIB_DEPENDS= libtiledb.so:databases/tiledb
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.25,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR}
USES= cmake:indirect compiler:c++17-lang localbase python
USES= cmake:indirect compiler:c++17-lang localbase python:3.9+
USE_PYTHON= autoplist concurrent cython pep517
MAKE_ENV= TILEDB_PATH=${LOCALBASE}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1728632282
SHA256 (tiledb-0.32.3.tar.gz) = 20bbbc647169d192e51da296e3d9e24b9151874aa6127e4736cc510878633eda
SIZE (tiledb-0.32.3.tar.gz) = 371566
TIMESTAMP = 1729926983
SHA256 (tiledb-0.32.4.tar.gz) = 169278fe9f03489983e21d9ad407b6b375e1fe9e104dc3fbefccc0a2655923dd
SIZE (tiledb-0.32.4.tar.gz) = 376913

View File

@ -1,16 +1,13 @@
--- pyproject.toml.orig 2022-11-09 12:37:21 UTC
+++ pyproject.toml
@@ -2,11 +2,11 @@ requires = [
@@ -2,8 +2,8 @@ requires = [
requires = [
"scikit-build-core",
"pybind11",
- "Cython>=3",
- "numpy>=2.0.1"
+ "Cython",
"numpy==1.17.* ; python_version == '3.8' and platform_machine not in 'arm64|aarch64'",
"numpy==1.19.* ; python_version == '3.8' and platform_machine == 'aarch64'",
"numpy==1.21.* ; python_version == '3.8' and platform_machine == 'arm64'",
- "numpy>=2.0.1 ; python_version >= '3.9'"
+ "numpy>=1.25 ; python_version >= '3.9'"
+ "numpy>=1.25"
]
build-backend = "scikit_build_core.build"