diff --git a/srcpkgs/hatch/template b/srcpkgs/hatch/template index f8b068a2a71..5269561edf3 100644 --- a/srcpkgs/hatch/template +++ b/srcpkgs/hatch/template @@ -1,22 +1,13 @@ # Template file for 'hatch' pkgname=hatch -version=1.2.1 +version=1.3.1 revision=1 build_style=python3-pep517 -make_check_args="--deselect tests/backend/test_build.py::test_editable - --deselect tests/backend/builders/test_custom.py::test_default - --deselect tests/backend/builders/test_custom.py::test_explicit_path - --deselect tests/backend/builders/test_wheel.py::TestBuildStandard::test_default_auto_detection - --deselect tests/backend/builders/test_wheel.py::TestBuildStandard::test_editable_default - --deselect tests/backend/builders/test_wheel.py::TestBuildStandard::test_editable_default_extra_dependencies - --deselect tests/backend/builders/test_wheel.py::TestBuildStandard::test_editable_default_force_include - --deselect tests/backend/builders/test_wheel.py::TestBuildStandard::test_editable_exact - --deselect tests/backend/builders/test_wheel.py::TestBuildStandard::test_editable_exact_extra_dependencies - --deselect tests/backend/builders/test_wheel.py::TestBuildStandard::test_editable_exact_force_include - --deselect tests/backend/builders/test_wheel.py::TestBuildStandard::test_editable_pth - --deselect tests/cli/run/test_run.py::test_scripts_no_environment - --deselect tests/backend/dep/test_core.py::test_unknown_extra - --deselect tests/backend/dep/test_core.py::test_extra_met" +# ignore backend tests, because updating hatchling when there is no new hatch +# version yet breaks these in hatch. +make_check_args="--deselect tests/cli/run/test_run.py::test_scripts_no_environment + --ignore tests/backend + --ignore backend/tests" hostmakedepends="hatchling" depends="python3-atomicwrites python3-click hatchling python3-httpx python3-keyring python3-pexpect python3-platformdirs python3-pyperclip @@ -28,8 +19,9 @@ short_desc="Modern, extensible Python project management " maintainer="Jan Christian Grünhage " license="MIT" homepage="https://hatch.pypa.io/latest/" +changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history.md" distfiles="${PYPI_SITE}/h/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=61761e1fe14474fb2be7e264555b99fc343b4e63c0ee32aa3497c651e4cdec03 +checksum=fb1bdad4a22d3443137036b246898c5d3c7552ff4ba399b4605548cef0a22496 make_check_pre="env PYTHONPATH=./src" post_install() {