Skip to content

Commit 0c908ee

Browse files
committed
python-hatch-vcs: upgrade to version 0.5.0
Upgrade to version 0.5.0 Add python-setuptools/host as dep. Signed-off-by: Alexandru Ardelean <[email protected]>
1 parent 085c2eb commit 0c908ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lang/python/python-hatch-vcs/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=python-hatch-vcs
11-
PKG_VERSION:=0.4.0
11+
PKG_VERSION:=0.5.0
1212
PKG_RELEASE:=1
1313

1414
PYPI_NAME:=hatch-vcs
1515
PYPI_SOURCE_NAME:=hatch_vcs
16-
PKG_HASH:=093810748fe01db0d451fabcf2c1ac2688caefd232d4ede967090b1c1b07d9f7
16+
PKG_HASH:=0395fa126940340215090c344a2bf4e2a77bcbe7daab16f41b37b98c95809ff9
1717

1818
PKG_LICENSE:=MIT
1919
PKG_LICENSE_FILES:=LICENSE.txt
@@ -22,6 +22,7 @@ PKG_MAINTAINER:=Jeffery To <[email protected]>
2222
PKG_HOST_ONLY:=1
2323
HOST_BUILD_DEPENDS:= \
2424
python3/host \
25+
python-setuptools/host \
2526
python-build/host \
2627
python-installer/host \
2728
python-hatchling/host \

0 commit comments

Comments
 (0)