Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 15:24:12 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7d71ddfa2b39 - main - mail/py-rfc6555: Convert to USE_PYTHON=pytest
Message-ID:  <202403091524.429FOCA9050009@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091524.429FOCA9050009>