hatch-vcs: update to 0.3.0.
This commit is contained in:
parent
b7f5cb0822
commit
987eab671d
|
@ -1,11 +1,13 @@
|
|||
# Template file for 'hatch-vcs'
|
||||
pkgname=hatch-vcs
|
||||
version=0.2.0
|
||||
revision=2
|
||||
version=0.3.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
make_check_args="--deselect tests/test_build.py::test_basic
|
||||
--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"
|
||||
depends="hatchling python3-setuptools_scm"
|
||||
checkdepends="${depends} python3-pytest git"
|
||||
|
@ -15,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=9913d733b34eec9bb0345d0626ca32165a4ad2de15d1ce643c36d09ca908abff
|
||||
checksum=cec5107cfce482c67f8bc96f18bbc320c9aa0d068180e14ad317bbee5a153fee
|
||||
make_check_pre="env PYTHONPATH=./"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue