hatch-vcs: update to 0.3.0.

This commit is contained in:
Jan Christian Grünhage 2022-12-13 08:02:25 +01:00 committed by Piraty
parent b7f5cb0822
commit 987eab671d
1 changed files with 6 additions and 4 deletions

View File

@ -1,11 +1,13 @@
# Template file for 'hatch-vcs' # Template file for 'hatch-vcs'
pkgname=hatch-vcs pkgname=hatch-vcs
version=0.2.0 version=0.3.0
revision=2 revision=1
build_style=python3-pep517 build_style=python3-pep517
make_check_args="--deselect tests/test_build.py::test_basic make_check_args="--deselect tests/test_build.py::test_basic
--deselect tests/test_build.py::test_write --deselect tests/test_build.py::test_write
--deselect tests/test_build.py::test_fallback" --deselect tests/test_build.py::test_fallback
--deselect tests/test_build.py::test_root
--deselect tests/test_build.py::test_metadata"
hostmakedepends="hatchling" hostmakedepends="hatchling"
depends="hatchling python3-setuptools_scm" depends="hatchling python3-setuptools_scm"
checkdepends="${depends} python3-pytest git" checkdepends="${depends} python3-pytest git"
@ -15,7 +17,7 @@ license="MIT"
homepage="https://github.com/ofek/hatch-vcs" homepage="https://github.com/ofek/hatch-vcs"
changelog="https://github.com/ofek/hatch-vcs/raw/master/HISTORY.md" changelog="https://github.com/ofek/hatch-vcs/raw/master/HISTORY.md"
distfiles="${PYPI_SITE}/h/${pkgname/-/_}/${pkgname/-/_}-${version}.tar.gz" distfiles="${PYPI_SITE}/h/${pkgname/-/_}/${pkgname/-/_}-${version}.tar.gz"
checksum=9913d733b34eec9bb0345d0626ca32165a4ad2de15d1ce643c36d09ca908abff checksum=cec5107cfce482c67f8bc96f18bbc320c9aa0d068180e14ad317bbee5a153fee
make_check_pre="env PYTHONPATH=./" make_check_pre="env PYTHONPATH=./"
post_install() { post_install() {