Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2024 00:46:27 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: af8f2f4f5968 - main - devel/py-flynt: Clean up USES=python
Message-ID:  <202404050046.4350kRgH003888@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=af8f2f4f5968ecdb3abdd91675b072f82f1cad64

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

    devel/py-flynt: Clean up USES=python
    
    - While I'm here, add NO_ARCH
    
    USES=python means USES=python:3.8+ now.
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 devel/py-flynt/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/py-flynt/Makefile b/devel/py-flynt/Makefile
index a2085fb1be45..6b6c9f217a6f 100644
--- a/devel/py-flynt/Makefile
+++ b/devel/py-flynt/Makefile
@@ -13,10 +13,12 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astor>0:devel/py-astor@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tomli>1.1.0:textproc/py-tomli@${PY_FLAVOR}
 
-USES=		python:3.8+
+USES=		python
 USE_GITHUB=	yes
 USE_PYTHON=	autoplist pep517
 
+NO_ARCH=	yes
+
 GH_ACCOUNT=	ikamensh
 
 .include <bsd.port.mk>



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