Drop python 2.7 support
This port requires numpy<=1.16 for python 3.4 and below. Since we have py-numpy 1.16.4, drop python 2.7 support. from setup.py: numpy_required_version = 'numpy<=1.16' if sys.hexversion <0x3050000 else 'numpy>=1.7'
This commit is contained in:
@@ -22,7 +22,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.5.4:devel/py-setuptools_
|
||||
LIB_DEPENDS= libtiledb.so:databases/tiledb
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
|
||||
USES= compiler:c++11-lang localbase python
|
||||
USE_PYTHON= autoplist concurrent cython distutils
|
||||
USES= compiler:c++11-lang localbase python:3.5+
|
||||
USE_PYTHON= autoplist cython distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
Reference in New Issue
Block a user