1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Remove python 2.7 support

Pointy hat:	yuri
This commit is contained in:
Antoine Brodin 2021-01-21 21:39:49 +00:00
parent 5d9ed067de
commit f3e5c1b54c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562247

View File

@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USES= fortran python
USES= fortran python:3.6+
USE_PYTHON= distutils cython autoplist
USE_GCC= yes # fails to build with clang: https://github.com/holgern/pyedflib/issues/104