svn commit: r492157 - head/science/py-pymatgen

Yuri Victorovich yuri at FreeBSD.org
Mon Feb 4 19:53:15 UTC 2019


Author: yuri
Date: Mon Feb  4 19:53:14 2019
New Revision: 492157
URL: https://svnweb.freebsd.org/changeset/ports/492157

Log:
  science/py-pymatgen: python-3 only

Modified:
  head/science/py-pymatgen/Makefile

Modified: head/science/py-pymatgen/Makefile
==============================================================================
--- head/science/py-pymatgen/Makefile	Mon Feb  4 19:47:39 2019	(r492156)
+++ head/science/py-pymatgen/Makefile	Mon Feb  4 19:53:14 2019	(r492157)
@@ -29,7 +29,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR}
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}netCDF4>0:science/py-netCDF4@${PY_FLAVOR} # see https://github.com/materialsproject/pymatgen/issues/1386
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	distutils concurrent autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list