git: 240028a4573c - main - devel/py-loguru: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Mar 2022 18:27:35 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=240028a4573c152d4855c6142d0e539d78baa81b
commit 240028a4573c152d4855c6142d0e539d78baa81b
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-07 18:08:05 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-07 18:13:23 +0000
devel/py-loguru: Add NO_ARCH
Approved by: portmgr (blanket)
---
devel/py-loguru/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/py-loguru/Makefile b/devel/py-loguru/Makefile
index 3e09d3f876dd..ca0958d9c4fe 100644
--- a/devel/py-loguru/Makefile
+++ b/devel/py-loguru/Makefile
@@ -16,6 +16,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \
USES= python:3.7+
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
do-test:
@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest)