git: ad05791ee1c8 - main - databases/py-snowddl: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Sep 2024 20:25:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ad05791ee1c8ff831ad7c0f2ee57631cec3bacc9 commit ad05791ee1c8ff831ad7c0f2ee57631cec3bacc9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-15 19:52:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-15 20:11:53 +0000 databases/py-snowddl: Add NO_ARCH Approved by: portmgr (blanket) --- databases/py-snowddl/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/databases/py-snowddl/Makefile b/databases/py-snowddl/Makefile index 4e92a7955c3a..dd9d620ebebd 100644 --- a/databases/py-snowddl/Makefile +++ b/databases/py-snowddl/Makefile @@ -19,6 +19,8 @@ RUN_DEPENDS= ${PY_DEPENDS} USES= python USE_PYTHON= autoplist concurrent pep517 +NO_ARCH= yes + PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.18<5:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic2>=2.4<3:devel/py-pydantic2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0<7:devel/py-pyyaml@${PY_FLAVOR} \