git: ac7910b96c5c - main - science/py-segyio: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:25 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac7910b96c5c9b3a14813e16bd4431f3b150d936 commit ac7910b96c5c9b3a14813e16bd4431f3b150d936 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:21:50 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:21:50 +0000 science/py-segyio: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- science/py-segyio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/science/py-segyio/Makefile b/science/py-segyio/Makefile index 9b249a102901..ba62164dca0e 100644 --- a/science/py-segyio/Makefile +++ b/science/py-segyio/Makefile @@ -21,8 +21,8 @@ BUILD_DEPENDS= cmake:devel/cmake-core \ LIB_DEPENDS= libsegyio.so:science/segyio RUN_DEPENDS= ${PYNUMPY} -USES= compiler:c++11-lang python pytest -USE_PYTHON= distutils autoplist +USES= compiler:c++11-lang python +USE_PYTHON= distutils autoplist pytest USE_GITHUB= yes GH_ACCOUNT= equinor