From 34a65114ae21044070d9646aa16ead5b2aa75562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 13 Dec 2022 08:02:25 +0100 Subject: [PATCH] hatch-vcs: update to 0.3.0. --- srcpkgs/hatch-vcs/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/hatch-vcs/template b/srcpkgs/hatch-vcs/template index 8185b881d8df..7b6b5377bbcb 100644 --- a/srcpkgs/hatch-vcs/template +++ b/srcpkgs/hatch-vcs/template @@ -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() {