1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

databases/py-tiledb: Update to 0.8.9

Changes:	https://github.com/TileDB-Inc/TileDB-Py/releases
This commit is contained in:
Po-Chuan Hsieh 2021-05-19 03:28:11 +08:00
parent 61eb173de5
commit 296ef56a0b
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 8 additions and 14 deletions

View File

@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= tiledb
PORTVERSION= 0.8.8
PORTVERSION= 0.8.9
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -23,13 +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.6+
USES= compiler:c++11-lang localbase python:3.7+
USE_PYTHON= autoplist concurrent cython distutils
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 3700
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1619910319
SHA256 (tiledb-0.8.8.tar.gz) = 866ceeac1b4e7cef4e492a5e5b22461d07df9ffdd455d7e145f2ac1808521bb8
SIZE (tiledb-0.8.8.tar.gz) = 203426
TIMESTAMP = 1621183196
SHA256 (tiledb-0.8.9.tar.gz) = 84f6ac2b732c968828c75b9d2db9168feac51f57cc4ca1888bab28ee4da1c59c
SIZE (tiledb-0.8.9.tar.gz) = 209655

View File

@ -1,4 +1,4 @@
--- setup.py.orig 2021-04-30 20:41:45 UTC
--- setup.py.orig 2021-05-13 21:29:51 UTC
+++ setup.py
@@ -487,11 +487,9 @@ def cmake_available():
def setup_requires():
@ -18,6 +18,6 @@
install_requires=[
"numpy>=1.16",
- "wheel>=0.30",
"contextvars ;python_version<'3.7'",
"dataclasses ;python_version<'3.7'",
],
packages=find_packages(),