git: 7d71ddfa2b39 - main - mail/py-rfc6555: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:12 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d71ddfa2b3911145e1c4b7a1c3b9f3c893a6f44 commit 7d71ddfa2b3911145e1c4b7a1c3b9f3c893a6f44 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:21:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:21:26 +0000 mail/py-rfc6555: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- mail/py-rfc6555/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/py-rfc6555/Makefile b/mail/py-rfc6555/Makefile index b765f3b6301d..8c03a99679d5 100644 --- a/mail/py-rfc6555/Makefile +++ b/mail/py-rfc6555/Makefile @@ -11,12 +11,12 @@ WWW= https://github.com/sethmlarson/rfc6555 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= pytest python +USES= python # github port since tests are not included in sdist # https://github.com/sethmlarson/rfc6555/pull/8 USE_GITHUB= yes GH_ACCOUNT= sethmlarson -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist distutils pytest NO_ARCH= yes