summaryrefslogtreecommitdiff
path: root/devel/py-hatch-vcs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-hatch-vcs/Makefile')
-rw-r--r--devel/py-hatch-vcs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-hatch-vcs/Makefile b/devel/py-hatch-vcs/Makefile
index 0b58fa464547..a98682b79790 100644
--- a/devel/py-hatch-vcs/Makefile
+++ b/devel/py-hatch-vcs/Makefile
@@ -1,6 +1,5 @@
PORTNAME= hatch-vcs
-PORTVERSION= 0.4.0
-PORTREVISION= 1
+PORTVERSION= 0.5.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.1.0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.1.0:devel/py-hatchling@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.4.0:devel/py-setuptools-scm@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.0.0:devel/py-setuptools-scm@${PY_FLAVOR}
TEST_DEPENDS= git:devel/git
USES= python