svn commit: r492167 - head/science/py-abipy

Antoine Brodin antoine at FreeBSD.org
Mon Feb 4 21:07:52 UTC 2019


Author: antoine
Date: Mon Feb  4 21:07:51 2019
New Revision: 492167
URL: https://svnweb.freebsd.org/changeset/ports/492167

Log:
  py-abipy is not compatible with python2

Modified:
  head/science/py-abipy/Makefile

Modified: head/science/py-abipy/Makefile
==============================================================================
--- head/science/py-abipy/Makefile	Mon Feb  4 20:36:39 2019	(r492166)
+++ head/science/py-abipy/Makefile	Mon Feb  4 21:07:51 2019	(r492167)
@@ -27,7 +27,7 @@ BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR}
 
-USES=		python shebangfix
+USES=		python:3.5+ shebangfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	abinit
 SHEBANG_GLOB=	*.py


More information about the svn-ports-all mailing list