git: 2f42fc934aef - main - science/py-eccodes: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 21:29:42 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f42fc934aef1bdc0348bc3fe6e1c03ecf87bb5d commit 2f42fc934aef1bdc0348bc3fe6e1c03ecf87bb5d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-01 21:18:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-01 21:28:49 +0000 science/py-eccodes: Add NO_ARCH --- science/py-eccodes/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/py-eccodes/Makefile b/science/py-eccodes/Makefile index 737129fea3f9..ce09e12fd5ad 100644 --- a/science/py-eccodes/Makefile +++ b/science/py-eccodes/Makefile @@ -25,6 +25,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + do-test: cd ${WRKSRC} && ${SETENV} PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} ${PYTHON_CMD} -m pytest -rs -v