aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:44 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:44 +0000
commita3ad357b64f5a89ecc4daa88a7b2da4d59f14ca0 (patch)
tree343fb95c3638abe06341dd5c150e0fb38ff26771
parentce21aaf0c776f42de7ea84946b34f479d45d4f25 (diff)
downloadports-a3ad357b64f5a89ecc4daa88a7b2da4d59f14ca0.tar.gz
ports-a3ad357b64f5a89ecc4daa88a7b2da4d59f14ca0.zip
science/py-meshio: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket) With hat: python
-rw-r--r--science/py-meshio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/py-meshio/Makefile b/science/py-meshio/Makefile
index 5770e4780961..aeae47e23aaa 100644
--- a/science/py-meshio/Makefile
+++ b/science/py-meshio/Makefile
@@ -18,8 +18,8 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}rich>0:textproc/py-rich@${PY_FLAVOR}\
${PYTHON_PKGNAMEPREFIX}netCDF4>0:science/py-netCDF4@${PY_FLAVOR}
-USES= pytest python
-USE_PYTHON= pep517
+USES= python
+USE_PYTHON= pep517 pytest
PLIST_SUB= VER=${PORTVERSION}
NO_ARCH= yes