git: 0973058da10c - main - databases/py-tiledb: Update to 0.16.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jun 2022 16:35:37 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0973058da10c0d564079329152cbaed4061062d2
commit 0973058da10c0d564079329152cbaed4061062d2
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-29 16:27:55 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-29 16:32:38 +0000
databases/py-tiledb: Update to 0.16.1
Changes: https://github.com/TileDB-Inc/TileDB-Py/releases
---
databases/py-tiledb/Makefile | 4 ++--
databases/py-tiledb/distinfo | 6 +++---
databases/py-tiledb/files/patch-requirements_dev.txt | 6 ++----
databases/py-tiledb/files/patch-setup.py | 4 ++--
4 files changed, 9 insertions(+), 11 deletions(-)
diff --git a/databases/py-tiledb/Makefile b/databases/py-tiledb/Makefile
index eb8a749558f4..c30720249d0b 100644
--- a/databases/py-tiledb/Makefile
+++ b/databases/py-tiledb/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= tiledb
-PORTVERSION= 0.14.5
+PORTVERSION= 0.16.1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.27:lang/cython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.19.2,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pybind11>=2.6.2:devel/py-pybind11@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.5.4:devel/py-setuptools_scm@${PY_FLAVOR} \
- tiledb>=2.8.3:databases/tiledb
+ tiledb>=2.10.1:databases/tiledb
LIB_DEPENDS= libtiledb.so:databases/tiledb
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.19.2,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR}
diff --git a/databases/py-tiledb/distinfo b/databases/py-tiledb/distinfo
index 8ceff983f48d..8f3f962c167c 100644
--- a/databases/py-tiledb/distinfo
+++ b/databases/py-tiledb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1652446266
-SHA256 (tiledb-0.14.5.tar.gz) = 3c1b56e98fc2f69f7551ff36cdf011abbf71363e686dd81179ec89ad803fc1f4
-SIZE (tiledb-0.14.5.tar.gz) = 278167
+TIMESTAMP = 1656092916
+SHA256 (tiledb-0.16.1.tar.gz) = e62c8906454a04a02670f249fc57e5665b1fe8c5260500ee7bb3bf7c9962ac30
+SIZE (tiledb-0.16.1.tar.gz) = 286961
diff --git a/databases/py-tiledb/files/patch-requirements_dev.txt b/databases/py-tiledb/files/patch-requirements_dev.txt
index d9ad8f669025..00537805a629 100644
--- a/databases/py-tiledb/files/patch-requirements_dev.txt
+++ b/databases/py-tiledb/files/patch-requirements_dev.txt
@@ -1,6 +1,6 @@
---- requirements_dev.txt.orig 2022-05-03 16:46:16 UTC
+--- requirements_dev.txt.orig 2022-06-24 21:27:10 UTC
+++ requirements_dev.txt
-@@ -1,16 +1,8 @@
+@@ -1,14 +1,8 @@
numpy >= 1.16.5
-# ------------------------------------------------
@@ -16,5 +16,3 @@
-wheel >= 0.30
contextvars ;python_version<"3.7"
dataclasses ;python_version<"3.7"
--black
--clang-format == 10.0.1
diff --git a/databases/py-tiledb/files/patch-setup.py b/databases/py-tiledb/files/patch-setup.py
index 432744168cd3..b9d2e810a924 100644
--- a/databases/py-tiledb/files/patch-setup.py
+++ b/databases/py-tiledb/files/patch-setup.py
@@ -1,6 +1,6 @@
---- setup.py.orig 2022-03-31 21:51:37 UTC
+--- setup.py.orig 2022-06-24 21:27:10 UTC
+++ setup.py
-@@ -518,12 +518,6 @@ def setup_requires():
+@@ -534,12 +534,6 @@ def setup_requires():
req = parse_requirements("requirements_dev.txt")
req = list(filter(lambda r: not r.startswith("-r"), req))