git: 5194e658708d - main - graphics/py-visvis: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:09 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5194e658708d241b84166956ea4c1eb77a63d686 commit 5194e658708d241b84166956ea4c1eb77a63d686 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:21:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:21:24 +0000 graphics/py-visvis: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- graphics/py-visvis/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/py-visvis/Makefile b/graphics/py-visvis/Makefile index 9a58d7086e2e..02ea3c99afad 100644 --- a/graphics/py-visvis/Makefile +++ b/graphics/py-visvis/Makefile @@ -19,10 +19,10 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pyside2>=0:devel/pyside2@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} -USES= gl python pyqt:5 pytest shebangfix +USES= gl python pyqt:5 shebangfix USE_GL= gl USE_PYQT= pyqt5 -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist distutils pytest USE_WX= 3.0+ SHEBANG_FILES= examples/*.py