Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 2019 18:17:27 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507521 - head/science/py-ase
Message-ID:  <201907281817.x6SIHRZD058338@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Jul 28 18:17:27 2019
New Revision: 507521
URL: https://svnweb.freebsd.org/changeset/ports/507521

Log:
  science/py-ase: It is python 3.5+ now.
  
  Reported by:	fallout

Modified:
  head/science/py-ase/Makefile

Modified: head/science/py-ase/Makefile
==============================================================================
--- head/science/py-ase/Makefile	Sun Jul 28 18:05:33 2019	(r507520)
+++ head/science/py-ase/Makefile	Sun Jul 28 18:17:27 2019	(r507521)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-fla
 		${PYNUMPY} \
 		nwchem:science/nwchem
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	distutils concurrent autoplist
 
 NO_ARCH=	yes



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