Skip to content

Commit

Permalink
hatch: update to 1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgruenhage committed Aug 2, 2022
1 parent 3b44dfd commit 780d92d
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions srcpkgs/hatch/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -28,8 +19,9 @@ short_desc="Modern, extensible Python project management "
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
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() {
Expand Down

0 comments on commit 780d92d

Please sign in to comment.