Date: Mon, 4 Feb 2019 19:53:14 +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: r492157 - head/science/py-pymatgen Message-ID: <201902041953.x14JrE8T041947@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902041953.x14JrE8T041947>