git: e3bf09772972 - main - devel/py-testinfra: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 May 2023 16:29:54 UTC
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>