git: af8f2f4f5968 - main - devel/py-flynt: Clean up USES=python

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 05 Apr 2024 00:46:27 UTC
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>