git: dd9d6cae0a85 - main - devel/py-pythran: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 21 Nov 2021 18:30:13 UTC
The branch main has been updated by sunpoet:

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

commit dd9d6cae0a8548625aecf0f24e0bcb684a9c188b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-21 18:24:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-21 18:24:49 +0000

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

diff --git a/devel/py-pythran/Makefile b/devel/py-pythran/Makefile
index e794c55954aa..d518ef49d016 100644
--- a/devel/py-pythran/Makefile
+++ b/devel/py-pythran/Makefile
@@ -18,4 +18,6 @@ RUN_DEPENDS=	${PYNUMPY} \
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>