hatch: update to 1.6.3.
This commit is contained in:
parent
29a265ba26
commit
7352b58e12
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hatch'
|
# Template file for 'hatch'
|
||||||
pkgname=hatch
|
pkgname=hatch
|
||||||
version=1.5.0
|
version=1.6.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
# ignore backend tests, because updating hatchling when there is no new hatch
|
# ignore backend tests, because updating hatchling when there is no new hatch
|
||||||
# version yet breaks these in 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 tests/backend
|
||||||
--ignore backend/tests"
|
--ignore backend/tests"
|
||||||
_deps="python3-click hatchling python3-httpx python3-hyperlink python3-keyring
|
_deps="python3-click hatchling python3-httpx python3-hyperlink python3-keyring
|
||||||
python3-pexpect python3-platformdirs python3-pyperclip python3-rich
|
python3-packaging python3-pexpect python3-platformdirs python3-pyperclip
|
||||||
python3-shellingham python3-tomli-w python3-tomlkit python3-userpath
|
python3-rich python3-shellingham python3-tomli-w python3-tomlkit
|
||||||
python3-virtualenv"
|
python3-userpath python3-virtualenv"
|
||||||
hostmakedepends="hatchling ${_deps}"
|
hostmakedepends="hatchling ${_deps}"
|
||||||
depends="${_deps}"
|
depends="${_deps}"
|
||||||
checkdepends="${_deps} python3-pytest python3-pytest-mock
|
checkdepends="${_deps} python3-pytest python3-pytest-mock
|
||||||
|
@ -21,9 +21,9 @@ short_desc="Modern, extensible Python project management "
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://hatch.pypa.io/latest/"
|
homepage="https://hatch.pypa.io/latest/"
|
||||||
changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history.md"
|
changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatch.md"
|
||||||
distfiles="${PYPI_SITE}/h/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/h/hatch/hatch-${version}.tar.gz"
|
||||||
checksum=cdd9bdcf6bd8fccbde26c4f84f8fc14859d912d078cd0348d350c973bed073f4
|
checksum=650e671ba300318e498ef93bbe3b99b32ce14920764fb8753f89993f63eed79a
|
||||||
make_check_pre="env PYTHONPATH=./src"
|
make_check_pre="env PYTHONPATH=./src"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue