Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2022 00:06:44 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7878eb5e4506 - main - www/py-restclient: Add NO_ARCH
Message-ID:  <202204180006.23I06iDF050700@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204180006.23I06iDF050700>