Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 15:24:09 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: 5194e658708d - main - graphics/py-visvis: Convert to USE_PYTHON=pytest
Message-ID:  <202403091524.429FO9Qs049863@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=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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091524.429FO9Qs049863>