Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2024 00:46:29 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: c214015054c1 - main - mail/py-authheaders: Clean up USES=python
Message-ID:  <202404050046.4350kTvQ003927@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=c214015054c1d7d76ffbf94a3e891c6bc83f279a

commit c214015054c1d7d76ffbf94a3e891c6bc83f279a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-05 00:43:48 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-05 00:43:48 +0000

    mail/py-authheaders: Clean up USES=python
    
    USES=python means USES=python:3.8+ now.
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 mail/py-authheaders/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail/py-authheaders/Makefile b/mail/py-authheaders/Makefile
index c1c1c97e1a51..d77592bd1e03 100644
--- a/mail/py-authheaders/Makefile
+++ b/mail/py-authheaders/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dkimpy>=0.7.1:mail/py-dkimpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}publicsuffix2>0:dns/py-publicsuffix2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR}
 
-USES=		python:3.8+
+USES=		python
 USE_PYTHON=	autoplist distutils
 
 NO_BUILD=	yes



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