Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2019 21:07:51 +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: r492167 - head/science/py-abipy
Message-ID:  <201902042107.x14L7pN9079399@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902042107.x14L7pN9079399>