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 <alex@shruggie.ro>
This commit is contained in:
Alexandru Ardelean
2025-11-15 22:25:53 +02:00
committed by Alexandru Ardelean
parent 085c2eb58c
commit 0c908eed83

View File

@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=python-hatch-vcs PKG_NAME:=python-hatch-vcs
PKG_VERSION:=0.4.0 PKG_VERSION:=0.5.0
PKG_RELEASE:=1 PKG_RELEASE:=1
PYPI_NAME:=hatch-vcs PYPI_NAME:=hatch-vcs
PYPI_SOURCE_NAME:=hatch_vcs PYPI_SOURCE_NAME:=hatch_vcs
PKG_HASH:=093810748fe01db0d451fabcf2c1ac2688caefd232d4ede967090b1c1b07d9f7 PKG_HASH:=0395fa126940340215090c344a2bf4e2a77bcbe7daab16f41b37b98c95809ff9
PKG_LICENSE:=MIT PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE.txt PKG_LICENSE_FILES:=LICENSE.txt
@@ -22,6 +22,7 @@ PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
PKG_HOST_ONLY:=1 PKG_HOST_ONLY:=1
HOST_BUILD_DEPENDS:= \ HOST_BUILD_DEPENDS:= \
python3/host \ python3/host \
python-setuptools/host \
python-build/host \ python-build/host \
python-installer/host \ python-installer/host \
python-hatchling/host \ python-hatchling/host \