Date: Tue, 2 May 2023 16:29:54 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: e3bf09772972 - main - devel/py-testinfra: Add NO_ARCH Message-ID: <202305021629.342GTsdp076609@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=e3bf09772972ab478dfdfffb61ee1fae6211a9a7 commit e3bf09772972ab478dfdfffb61ee1fae6211a9a7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-02 16:21:32 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-02 16:25:56 +0000 devel/py-testinfra: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-testinfra/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-testinfra/Makefile b/devel/py-testinfra/Makefile index 105719b85c29..c9f7784207ef 100644 --- a/devel/py-testinfra/Makefile +++ b/devel/py-testinfra/Makefile @@ -18,4 +18,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ USES= python:3.6+ USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305021629.342GTsdp076609>