python3-userpath: update to 1.8.0.

This commit is contained in:
Leah Neukirchen 2022-07-03 23:47:24 +02:00
parent 6c1192cbf1
commit c83b8557b0
1 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'python3-userpath'
pkgname=python3-userpath
version=1.7.0
revision=2
version=1.8.0
revision=1
wrksrc="userpath-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
build_style=python3-pep517
hostmakedepends="hatchling python3-wheel"
depends="python3-click"
checkdepends="$depends python3-pytest"
short_desc="Cross-platform tool for adding locations to the user PATH"
@ -12,8 +12,8 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT, Apache-2.0"
homepage="https://github.com/ofek/userpath"
distfiles="${PYPI_SITE}/u/userpath/userpath-${version}.tar.gz"
checksum=dcd66c5fa9b1a3c12362f309bbb5bc7992bac8af86d17b4e6b1a4b166a11c43f
checksum=04233d2fcfe5cff911c1e4fb7189755640e1524ff87a4b82ab9d6b875fee5787
post_install() {
vlicense LICENSE-MIT
vlicense LICENSE.txt LICENSE
}