From e2b214825cd63fcfe7774de4890dbc5187cc94c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Thu, 27 Oct 2022 12:18:02 +0200 Subject: [PATCH 1/2] hatchling: update to 1.11.1. --- srcpkgs/hatchling/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template index 1ef41b60bf5f..6091415c79a6 100644 --- a/srcpkgs/hatchling/template +++ b/srcpkgs/hatchling/template @@ -1,18 +1,18 @@ # Template file for 'hatchling' pkgname=hatchling -version=1.10.0 +version=1.11.1 revision=1 build_style=python3-pep517 -_deps="python3-pathspec python3-tomli python3-pluggy python3-packaging python3-editables" +_deps="python3-editables python3-packaging python3-pathspec python3-pluggy python3-tomli" hostmakedepends="python3-setuptools ${_deps}" depends="${_deps}" short_desc="Extensible, standards compliant build backend used by Hatch" 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=5d31f43dffaf6265c808e1b5353662ffa5146d844278b55caa6c7f74f427ec50 +changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatchling.md" +distfiles="${PYPI_SITE}/h/hatchling/hatchling-${version}.tar.gz" +checksum=9f84361f70cf3a7ab9543b0c3ecc64211ed2ba8a606a71eb6a473c1c9b08e1d0 post_install() { vlicense LICENSE.txt From d389d0777225a3c6c7f2e053e7e58fccd6af2109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Thu, 27 Oct 2022 12:18:04 +0200 Subject: [PATCH 2/2] hatch: update to 1.6.3. --- srcpkgs/hatch/template | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/hatch/template b/srcpkgs/hatch/template index 17344e5263c4..56deb15988d5 100644 --- a/srcpkgs/hatch/template +++ b/srcpkgs/hatch/template @@ -1,7 +1,7 @@ # Template file for 'hatch' pkgname=hatch -version=1.5.0 -revision=2 +version=1.6.3 +revision=1 build_style=python3-pep517 # ignore backend tests, because updating hatchling when there is no new hatch # version yet breaks these in hatch. @@ -10,9 +10,9 @@ make_check_args="--deselect tests/cli/test_root.py::TestFreshInstallation::test_ --ignore tests/backend --ignore backend/tests" _deps="python3-click hatchling python3-httpx python3-hyperlink python3-keyring - python3-pexpect python3-platformdirs python3-pyperclip python3-rich - python3-shellingham python3-tomli-w python3-tomlkit python3-userpath - python3-virtualenv" + python3-packaging python3-pexpect python3-platformdirs python3-pyperclip + python3-rich python3-shellingham python3-tomli-w python3-tomlkit + python3-userpath python3-virtualenv" hostmakedepends="hatchling ${_deps}" depends="${_deps}" checkdepends="${_deps} python3-pytest python3-pytest-mock @@ -21,9 +21,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=cdd9bdcf6bd8fccbde26c4f84f8fc14859d912d078cd0348d350c973bed073f4 +changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatch.md" +distfiles="${PYPI_SITE}/h/hatch/hatch-${version}.tar.gz" +checksum=650e671ba300318e498ef93bbe3b99b32ce14920764fb8753f89993f63eed79a make_check_pre="env PYTHONPATH=./src" post_install() {