From 587913475834067336f6a8a7ceb4091a82c60e52 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 9 Mar 2024 23:22:36 +0800 Subject: [PATCH] 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 d34556a7f7559..1eaf1dc214bad 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