Date: Sat, 9 Mar 2024 15:24:03 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: d2d304cc491f - main - devel/py-qstylizer: Convert to USE_PYTHON=pytest Message-ID: <202403091524.429FO3Lt049625@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=d2d304cc491fced756b8c338337ffd15bb6b72a5 commit d2d304cc491fced756b8c338337ffd15bb6b72a5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:21:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:21:17 +0000 devel/py-qstylizer: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- devel/py-qstylizer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-qstylizer/Makefile b/devel/py-qstylizer/Makefile index 14a9138a2cc2..254ee58f2296 100644 --- a/devel/py-qstylizer/Makefile +++ b/devel/py-qstylizer/Makefile @@ -24,13 +24,13 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${PY_FLAVOR} -USES= pyqt:5 pytest python +USES= pyqt:5 python # PyPi only has the wheel version USE_GITHUB= yes GH_ACCOUNT= blambright USE_PYQT= pyqt5 -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist distutils pytest MAKE_ENV= PBR_VERSION=${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091524.429FO3Lt049625>