aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:48 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:48 +0000
commit46103feb4119eba3d1e685b5c28cec53d5bec3e3 (patch)
treecb900351d51333583c83c9630a71ea9e0f0a17e8
parent7e651ec250676cb1c7655c1303c134f6a6daac28 (diff)
downloadports-46103feb4119eba3d1e685b5c28cec53d5bec3e3.tar.gz
ports-46103feb4119eba3d1e685b5c28cec53d5bec3e3.zip
science/py-pymatgen: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket) With hat: python
-rw-r--r--science/py-pymatgen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/py-pymatgen/Makefile b/science/py-pymatgen/Makefile
index 20f33d7ca268..cd4f348020dc 100644
--- a/science/py-pymatgen/Makefile
+++ b/science/py-pymatgen/Makefile
@@ -33,8 +33,8 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}uncertainties>=3.1.6:math/py-uncertainties@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybtex>0:textproc/py-pybtex@${PY_FLAVOR}
-USES= compiler:c++11-lang python pytest
-USE_PYTHON= distutils cython concurrent autoplist
+USES= compiler:c++11-lang python
+USE_PYTHON= distutils cython concurrent autoplist pytest
post-install:
@cd ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME} && ${STRIP_CMD} \