svn commit: r507523 - head/science/py-gpaw

Antoine Brodin antoine at FreeBSD.org
Sun Jul 28 18:52:01 UTC 2019


Author: antoine
Date: Sun Jul 28 18:52:00 2019
New Revision: 507523
URL: https://svnweb.freebsd.org/changeset/ports/507523

Log:
  Unbreak bulk

Modified:
  head/science/py-gpaw/Makefile

Modified: head/science/py-gpaw/Makefile
==============================================================================
--- head/science/py-gpaw/Makefile	Sun Jul 28 18:29:13 2019	(r507522)
+++ head/science/py-gpaw/Makefile	Sun Jul 28 18:52:00 2019	(r507523)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ase>0:science/py-a
 		${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
 		${PYNUMPY}
 
-USES=		gettext-runtime localbase python shebangfix
+USES=		gettext-runtime localbase python:3.5+ shebangfix
 USE_PYTHON=	distutils concurrent autoplist
 SHEBANG_FILES=	tools/*
 


More information about the svn-ports-head mailing list