summaryrefslogtreecommitdiff
path: root/devel/py-flynt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-flynt/Makefile')
-rw-r--r--devel/py-flynt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-flynt/Makefile b/devel/py-flynt/Makefile
index d62c4c146bf6..2af33ebf1181 100644
--- a/devel/py-flynt/Makefile
+++ b/devel/py-flynt/Makefile
@@ -1,5 +1,5 @@
PORTNAME= flynt
-PORTVERSION= 1.0.3
+PORTVERSION= 1.0.6
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -9,7 +9,8 @@ WWW= https://github.com/ikamensh/flynt
LICENSE= MIT
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>0:devel/py-hatch-vcs@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
USES= python:3.9+
USE_GITHUB= yes