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:
Sunpoet Po-Chuan Hsieh
2019-07-23 16:16:58 +00:00
parent 008a4d4a66
commit 37628a8f04
+2 -2
View File
@@ -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>