git: 7024f0f3480d - main - databases/py-schemachange: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 15 Sep 2024 20:25:21 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7024f0f3480d0875f968d91a9b7fb9515f26ef49

commit 7024f0f3480d0875f968d91a9b7fb9515f26ef49
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-15 19:52:53 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-15 20:11:52 +0000

    databases/py-schemachange: Add NO_ARCH
    
    Approved by:    portmgr (blanket)
---
 databases/py-schemachange/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/databases/py-schemachange/Makefile b/databases/py-schemachange/Makefile
index f47df788f0d6..a34ad245177f 100644
--- a/databases/py-schemachange/Makefile
+++ b/databases/py-schemachange/Makefile
@@ -23,6 +23,8 @@ TEST_DEPENDS=	${PY_DEPENDS} \
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
 
+NO_ARCH=	yes
+
 PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Jinja2>=3.0<4:devel/py-Jinja2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pandas>=1.3:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0<7:devel/py-pyyaml@${PY_FLAVOR} \