mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
databases/py-tiledb: Update to 0.21.5
- Convert to USE_PYTHON=pep517 Changes: https://github.com/TileDB-Inc/TileDB-Py/releases
This commit is contained in:
parent
7788f2bf4d
commit
5d2741eb88
@ -1,5 +1,5 @@
|
||||
PORTNAME= tiledb
|
||||
PORTVERSION= 0.21.4
|
||||
PORTVERSION= 0.21.5
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -17,14 +17,16 @@ NOT_FOR_ARCHS_REASON= is currently 64-bit only
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.27:lang/cython@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}numpy>=1.23.2,1:math/py-numpy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pybind11>=2.6.2:devel/py-pybind11@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.5.4:devel/py-setuptools_scm@${PY_FLAVOR} \
|
||||
tiledb>=2.15.3:databases/tiledb
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \
|
||||
tiledb>=2.15.4: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}
|
||||
|
||||
USES= compiler:c++17-lang localbase python
|
||||
USE_PYTHON= autoplist concurrent cython distutils
|
||||
USE_PYTHON= autoplist concurrent cython pep517
|
||||
|
||||
MAKE_ENV= TILEDB_PATH=${LOCALBASE}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1685162066
|
||||
SHA256 (tiledb-0.21.4.tar.gz) = cda02b3174507015c6fbfe7aadb9cedda7549cde055747805f291640ef748fa7
|
||||
SIZE (tiledb-0.21.4.tar.gz) = 307716
|
||||
TIMESTAMP = 1686496702
|
||||
SHA256 (tiledb-0.21.5.tar.gz) = 50470705db4c8bc48b923949e17f5aab9564366f9a4373753a402d17c206e69b
|
||||
SIZE (tiledb-0.21.5.tar.gz) = 307864
|
||||
|
11
databases/py-tiledb/files/patch-pyproject.toml
Normal file
11
databases/py-tiledb/files/patch-pyproject.toml
Normal file
@ -0,0 +1,11 @@
|
||||
--- pyproject.toml.orig 2023-06-08 15:51:33 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.6.2"]
|
||||
+requires = ["setuptools>=42", "wheel", "pybind11>=2.6.2"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.pytest.ini_options]
|
Loading…
Reference in New Issue
Block a user