Date: Sat, 9 Mar 2024 15:24:41 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: 587913475834 - main - textproc/py-pyscss: Convert to USE_PYTHON=pytest4 Message-ID: <202403091524.429FOfKY051054@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=587913475834067336f6a8a7ceb4091a82c60e52 commit 587913475834067336f6a8a7ceb4091a82c60e52 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:22:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:22:36 +0000 textproc/py-pyscss: Convert to USE_PYTHON=pytest4 Approved by: portmgr (blanket) With hat: python --- textproc/py-pyscss/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/py-pyscss/Makefile b/textproc/py-pyscss/Makefile index d34556a7f755..1eaf1dc214ba 100644 --- a/textproc/py-pyscss/Makefile +++ b/textproc/py-pyscss/Makefile @@ -17,7 +17,7 @@ USE_GITHUB= yes GH_ACCOUNT= Kronuz GH_PROJECT= pyScss -USES= python localbase:ldflags pytest:4 -USE_PYTHON= distutils autoplist +USES= python localbase:ldflags +USE_PYTHON= distutils autoplist pytest4 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091524.429FOfKY051054>