git: d7dd36642a2c - main - math/py-pygslodeiv2: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:13 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7dd36642a2cceb117169f32aa5656ed3a3dcf87 commit d7dd36642a2cceb117169f32aa5656ed3a3dcf87 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:21:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:21:30 +0000 math/py-pygslodeiv2: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- math/py-pygslodeiv2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/py-pygslodeiv2/Makefile b/math/py-pygslodeiv2/Makefile index ecd19415a09e..02c44ea41255 100644 --- a/math/py-pygslodeiv2/Makefile +++ b/math/py-pygslodeiv2/Makefile @@ -16,8 +16,8 @@ BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libgsl.so:math/gsl RUN_DEPENDS= ${PYNUMPY} -USES= compiler:c++11-lang localbase python pytest -USE_PYTHON= distutils autoplist +USES= compiler:c++11-lang localbase python +USE_PYTHON= distutils autoplist pytest pre-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext --inplace