hatch-vcs: update to 0.5.0.

This commit is contained in:
Gonzalo Tornaría 2025-06-22 16:19:31 -03:00 committed by classabbyamp
parent 0c5a4a191d
commit d40eda45df

View file

@ -1,7 +1,7 @@
# Template file for 'hatch-vcs'
pkgname=hatch-vcs
version=0.4.0
revision=2
version=0.5.0
revision=1
build_style=python3-pep517
make_check_args="--deselect tests/test_build.py::test_basic
--deselect tests/test_build.py::test_write
@ -17,7 +17,7 @@ license="MIT"
homepage="https://github.com/ofek/hatch-vcs"
changelog="https://github.com/ofek/hatch-vcs/raw/master/HISTORY.md"
distfiles="${PYPI_SITE}/h/${pkgname/-/_}/${pkgname/-/_}-${version}.tar.gz"
checksum=093810748fe01db0d451fabcf2c1ac2688caefd232d4ede967090b1c1b07d9f7
checksum=0395fa126940340215090c344a2bf4e2a77bcbe7daab16f41b37b98c95809ff9
make_check_pre="env PYTHONPATH=./"
post_install() {