git: 2be7f6da6db7 - main - mail/py-imaplib2: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:10 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2be7f6da6db71f24b802af4f9806fa61e5424c5f commit 2be7f6da6db71f24b802af4f9806fa61e5424c5f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:21:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:21:24 +0000 mail/py-imaplib2: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- mail/py-imaplib2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/py-imaplib2/Makefile b/mail/py-imaplib2/Makefile index f35861153325..d5961a9242bf 100644 --- a/mail/py-imaplib2/Makefile +++ b/mail/py-imaplib2/Makefile @@ -11,8 +11,8 @@ WWW= https://github.com/jazzband/imaplib2/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE -USES= pytest python -USE_PYTHON= autoplist distutils +USES= python +USE_PYTHON= autoplist distutils pytest NO_ARCH= yes