Date: Sat, 18 Nov 2023 11:29:24 GMT From: Dries Michiels <driesm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7d2a7cfacb36 - main - www/py-flask-limiter: add NO_ARCH Message-ID: <202311181129.3AIBTOah015408@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by driesm: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d2a7cfacb361d25dcfbff2262b30077ce87f828 commit 7d2a7cfacb361d25dcfbff2262b30077ce87f828 Author: Dries Michiels <driesm@FreeBSD.org> AuthorDate: 2023-11-18 11:27:55 +0000 Commit: Dries Michiels <driesm@FreeBSD.org> CommitDate: 2023-11-18 11:27:55 +0000 www/py-flask-limiter: add NO_ARCH --- www/py-flask-limiter/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/py-flask-limiter/Makefile b/www/py-flask-limiter/Makefile index 6dfe05a417dd..3192fc5f369f 100644 --- a/www/py-flask-limiter/Makefile +++ b/www/py-flask-limiter/Makefile @@ -1,5 +1,6 @@ PORTNAME= Flask-Limiter PORTVERSION= 3.5.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +14,8 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.8:www/py-flask@${PY_FLAVOR} USES= python:3.7+ -USE_PYTHON= autoplist distutils concurrent +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311181129.3AIBTOah015408>