git: 587913475834 - main - textproc/py-pyscss: Convert to USE_PYTHON=pytest4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:41 UTC
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>