aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:50 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:50 +0000
commitac7910b96c5c9b3a14813e16bd4431f3b150d936 (patch)
treef4c4ec22806df360555d1ba99806fe68375a8bec
parent46103feb4119eba3d1e685b5c28cec53d5bec3e3 (diff)
downloadports-ac7910b96c5c9b3a14813e16bd4431f3b150d936.tar.gz
ports-ac7910b96c5c9b3a14813e16bd4431f3b150d936.zip
science/py-segyio: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket) With hat: python
-rw-r--r--science/py-segyio/Makefile4
1 files 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