diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template index 8fc30c9a52f..41390afabaa 100644 --- a/srcpkgs/python3-userpath/template +++ b/srcpkgs/python3-userpath/template @@ -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 " 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 }