hatch: update to 1.4.0.
This commit is contained in:
parent
e9709e9e88
commit
8008e717fd
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'hatch'
|
||||
pkgname=hatch
|
||||
version=1.3.1
|
||||
version=1.4.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
# ignore backend tests, because updating hatchling when there is no new hatch
|
||||
|
@ -12,7 +12,7 @@ hostmakedepends="hatchling"
|
|||
depends="python3-atomicwrites python3-click hatchling python3-httpx
|
||||
python3-keyring python3-pexpect python3-platformdirs python3-pyperclip
|
||||
python3-rich python3-tomli-w python3-tomlkit python3-userpath
|
||||
python3-virtualenv"
|
||||
python3-virtualenv python3-hyperlink"
|
||||
checkdepends="${depends} python3-pytest python3-pytest-mock
|
||||
python3-pytest-xdist git python3-pip"
|
||||
short_desc="Modern, extensible Python project management "
|
||||
|
@ -21,7 +21,7 @@ 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=fb1bdad4a22d3443137036b246898c5d3c7552ff4ba399b4605548cef0a22496
|
||||
checksum=a1b06523cf66c759828f21145d8619044049b9ef660accef42d47612e7b7fda2
|
||||
make_check_pre="env PYTHONPATH=./src"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue