git: 11e3e40a586f - main - net/py-socketio-client: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 17 Nov 2025 19:17:55 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=11e3e40a586f92e72f35e51e70c9ade538fbcc9a

commit 11e3e40a586f92e72f35e51e70c9ade538fbcc9a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-17 19:15:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-17 19:15:37 +0000

    net/py-socketio-client: Add NO_ARCH
---
 net/py-socketio-client/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/py-socketio-client/Makefile b/net/py-socketio-client/Makefile
index 57e95c845dfc..61dba96c5d88 100644
--- a/net/py-socketio-client/Makefile
+++ b/net/py-socketio-client/Makefile
@@ -19,4 +19,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.7:www/py-requests@${PY_FLAVOR} \
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>