git: 2031a2243f04 - main - textproc/py-whatthepatch: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:42 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2031a2243f0400d0e16b5962f6f54996f4b0cf1e commit 2031a2243f0400d0e16b5962f6f54996f4b0cf1e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:22:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:22:39 +0000 textproc/py-whatthepatch: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- textproc/py-whatthepatch/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/py-whatthepatch/Makefile b/textproc/py-whatthepatch/Makefile index 5296045a3d32..b8a4656d4c20 100644 --- a/textproc/py-whatthepatch/Makefile +++ b/textproc/py-whatthepatch/Makefile @@ -12,8 +12,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE # make test: 1 failed, 48 passed -USES= python pytest -USE_PYTHON= concurrent distutils autoplist +USES= python +USE_PYTHON= concurrent distutils autoplist pytest NO_ARCH= yes