Date: Sun, 28 Jul 2019 18:52:00 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507523 - head/science/py-gpaw Message-ID: <201907281852.x6SIq0k1079923@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907281852.x6SIq0k1079923>