Skip to content

Commit

Permalink
databases/py-tiledb: Update to 0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jun 14, 2021
1 parent 6776729 commit 267d6bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions databases/py-tiledb/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= tiledb
PORTVERSION= 0.8.9
PORTVERSION= 0.8.11
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.27:lang/cython@${PY_FLAVOR} \
LIB_DEPENDS= libtiledb.so:databases/tiledb
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1:math/py-numpy@${PY_FLAVOR}

USES= compiler:c++11-lang localbase python:3.7+
USES= compiler:c++14-lang localbase python:3.7+
USE_PYTHON= autoplist concurrent cython distutils

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions databases/py-tiledb/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1621183196
SHA256 (tiledb-0.8.9.tar.gz) = 84f6ac2b732c968828c75b9d2db9168feac51f57cc4ca1888bab28ee4da1c59c
SIZE (tiledb-0.8.9.tar.gz) = 209655
TIMESTAMP = 1622214052
SHA256 (tiledb-0.8.11.tar.gz) = 66a182ab76d129b6c346e435a45cf365ee47acda85683221041dd235818ec427
SIZE (tiledb-0.8.11.tar.gz) = 212399
11 changes: 6 additions & 5 deletions databases/py-tiledb/files/patch-setup.py
@@ -1,19 +1,20 @@
--- setup.py.orig 2021-05-13 21:29:51 UTC
--- setup.py.orig 2021-06-08 20:19:16 UTC
+++ setup.py
@@ -487,11 +487,9 @@ def cmake_available():
@@ -489,12 +489,9 @@ def cmake_available():
def setup_requires():
req = [
"cython>=0.27",
- "numpy==1.16.* ; python_version < '3.9'",
- "numpy ; python_version >= '3.9'",
- "numpy==1.16.* ; python_version < '3.9' and 'arm' not in platform_machine",
- "numpy ; python_version >= '3.9' and 'arm' not in platform_machine",
- "numpy ; 'arm' in platform_machine",
+ "numpy>=1.16",
"setuptools>=18.0",
"setuptools_scm>=1.5.4",
- "wheel>=0.30",
"pybind11>=2.6.2",
]
# Add cmake requirement if libtiledb is not found and cmake is not available.
@@ -684,7 +682,6 @@ setup(
@@ -687,7 +684,6 @@ setup(
setup_requires=setup_requires(),
install_requires=[
"numpy>=1.16",
Expand Down

0 comments on commit 267d6bc

Please sign in to comment.