svn commit: r562247 - head/misc/py-pyEDFlib

Antoine Brodin antoine at FreeBSD.org
Thu Jan 21 21:39:50 UTC 2021


Author: antoine
Date: Thu Jan 21 21:39:49 2021
New Revision: 562247
URL: https://svnweb.freebsd.org/changeset/ports/562247

Log:
  Remove python 2.7 support
  
  Pointy hat:	yuri

Modified:
  head/misc/py-pyEDFlib/Makefile

Modified: head/misc/py-pyEDFlib/Makefile
==============================================================================
--- head/misc/py-pyEDFlib/Makefile	Thu Jan 21 21:14:20 2021	(r562246)
+++ head/misc/py-pyEDFlib/Makefile	Thu Jan 21 21:39:49 2021	(r562247)
@@ -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


More information about the svn-ports-head mailing list