git: 937c8a4b9c04 - main - www/py-youtube-transcript-api: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Feb 2025 16:10:03 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=937c8a4b9c04d3eac52b739db327ef7310a60f62 commit 937c8a4b9c04d3eac52b739db327ef7310a60f62 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-03 15:34:18 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-03 15:54:21 +0000 www/py-youtube-transcript-api: Add NO_ARCH Approved by: portmgr (blanket) --- www/py-youtube-transcript-api/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/py-youtube-transcript-api/Makefile b/www/py-youtube-transcript-api/Makefile index f6621e2fd4d5..07e525acd9a9 100644 --- a/www/py-youtube-transcript-api/Makefile +++ b/www/py-youtube-transcript-api/Makefile @@ -19,4 +19,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.7.1:devel/py-defusedxml@${PY_F USES= python USE_PYTHON= autoplist pep517 +NO_ARCH= yes + .include <bsd.port.mk>