svn commit: r567132 - head/databases/py-tiledb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 3 18:08:34 UTC 2021


Author: sunpoet
Date: Wed Mar  3 18:08:29 2021
New Revision: 567132
URL: https://svnweb.freebsd.org/changeset/ports/567132

Log:
  Remove PYNUMPY

Modified:
  head/databases/py-tiledb/Makefile

Modified: head/databases/py-tiledb/Makefile
==============================================================================
--- head/databases/py-tiledb/Makefile	Wed Mar  3 18:08:25 2021	(r567131)
+++ head/databases/py-tiledb/Makefile	Wed Mar  3 18:08:29 2021	(r567132)
@@ -22,7 +22,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pybind11>=0:deve
 		${RUN_DEPENDS} \
 		tiledb>=2.1.6:databases/tiledb
 LIB_DEPENDS=	libtiledb.so:databases/tiledb
-RUN_DEPENDS=	${PYNUMPY}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1:math/py-numpy@${PY_FLAVOR}
 
 USES=		compiler:c++11-lang localbase python:3.5+
 USE_PYTHON=	autoplist concurrent cython distutils


More information about the svn-ports-head mailing list