git: 5be22e598600 - main - devel/py-termcolor: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:05 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5be22e598600e994e791af7c0252e4377d3fde3b commit 5be22e598600e994e791af7c0252e4377d3fde3b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:21:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:21:19 +0000 devel/py-termcolor: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- devel/py-termcolor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-termcolor/Makefile b/devel/py-termcolor/Makefile index c04662bbf1fe..548da8047415 100644 --- a/devel/py-termcolor/Makefile +++ b/devel/py-termcolor/Makefile @@ -13,8 +13,8 @@ LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatch-vcs>0:devel/py-hatch-vcs@${PY_FLAVOR} -USES= python pytest -USE_PYTHON= autoplist pep517 +USES= python +USE_PYTHON= autoplist pep517 pytest NO_ARCH= yes