Date: Sat, 9 Mar 2024 15:24:25 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ac7910b96c5c - main - science/py-segyio: Convert to USE_PYTHON=pytest Message-ID: <202403091524.429FOP3N050464@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091524.429FOP3N050464>