diff options
Diffstat (limited to 'www/py-granian/Makefile')
-rw-r--r-- | www/py-granian/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-granian/Makefile b/www/py-granian/Makefile index 64340e990760..d5b21d6eff20 100644 --- a/www/py-granian/Makefile +++ b/www/py-granian/Makefile @@ -1,6 +1,5 @@ PORTNAME= granian -PORTVERSION= 2.3.4 -PORTREVISION= 1 +PORTVERSION= 2.5.2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.7<2.0:devel/py-maturin@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0:devel/py-click@${PY_FLAVOR} USES= cargo python USE_PYTHON= autoplist concurrent pep517 |