git: a3ad357b64f5 - main - science/py-meshio: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:21 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3ad357b64f5a89ecc4daa88a7b2da4d59f14ca0 commit a3ad357b64f5a89ecc4daa88a7b2da4d59f14ca0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:21:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:21:44 +0000 science/py-meshio: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- science/py-meshio/Makefile | 4 ++-- 1 file 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