git: 7878eb5e4506 - main - www/py-restclient: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 18 Apr 2022 00:06:44 UTC
The branch main has been updated by sunpoet:

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

commit 7878eb5e4506802e15728a11eea87594a61a4670
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-17 23:53:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-17 23:59:20 +0000

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

diff --git a/www/py-restclient/Makefile b/www/py-restclient/Makefile
index ea032b1fab6a..33edc0595f37 100644
--- a/www/py-restclient/Makefile
+++ b/www/py-restclient/Makefile
@@ -17,6 +17,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR}
 USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
 
+NO_ARCH=	yes
+
 post-patch:
 	${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py