1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

science/py-pymatgen: python-3 only

This commit is contained in:
Yuri Victorovich 2019-02-04 19:53:14 +00:00
parent 30708fe3fb
commit 5e60eaff7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492157

View File

@ -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>