git: 21c2a26352fe - main - math/py-hypernetx: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 03 Feb 2025 16:09:56 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=21c2a26352fee7a5d914929634f53dbb8e01980a

commit 21c2a26352fee7a5d914929634f53dbb8e01980a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:33:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:54:20 +0000

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

diff --git a/math/py-hypernetx/Makefile b/math/py-hypernetx/Makefile
index 428d50e875a2..10cb05432724 100644
--- a/math/py-hypernetx/Makefile
+++ b/math/py-hypernetx/Makefile
@@ -19,4 +19,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}decorator>=4.3.0:devel/py-decorator@${PY_FLA
 USES=		cpe python shebangfix
 USE_PYTHON=	autoplist concurrent pep517 pytest
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>