git: 7605b4981a77 - main - www/py-flask-limiter: add missing dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Feb 2024 21:14:52 UTC
The branch main has been updated by driesm: URL: https://cgit.FreeBSD.org/ports/commit/?id=7605b4981a77ac8d614528f5c4c716c641061a0e commit 7605b4981a77ac8d614528f5c4c716c641061a0e Author: Dries Michiels <driesm@FreeBSD.org> AuthorDate: 2024-02-18 15:17:37 +0000 Commit: Dries Michiels <driesm@FreeBSD.org> CommitDate: 2024-02-19 21:14:41 +0000 www/py-flask-limiter: add missing dependencies --- www/py-flask-limiter/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/www/py-flask-limiter/Makefile b/www/py-flask-limiter/Makefile index 0bca0ad5dd2f..f1106d78616d 100644 --- a/www/py-flask-limiter/Makefile +++ b/www/py-flask-limiter/Makefile @@ -1,5 +1,6 @@ PORTNAME= Flask-Limiter PORTVERSION= 3.5.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +11,11 @@ WWW= https://github.com/alisaifee/flask-limiter LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=0.8:www/py-flask@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=2:www/py-flask@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}limits>=2.8:www/py-limits@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ordered-set>4,<5:devel/py-ordered-set@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rich>=12,<14:textproc/py-rich@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4:devel/py-typing-extensions@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils