20 lines
673 B
Bash
20 lines
673 B
Bash
# Template file for 'python3-userpath'
|
|
pkgname=python3-userpath
|
|
version=1.9.1
|
|
revision=1
|
|
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"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT, Apache-2.0"
|
|
homepage="https://github.com/ofek/userpath"
|
|
changelog="https://raw.githubusercontent.com/ofek/userpath/master/HISTORY.rst"
|
|
distfiles="${PYPI_SITE}/u/userpath/userpath-${version}.tar.gz"
|
|
checksum=ce8176728d98c914b6401781bf3b23fccd968d1647539c8788c7010375e02796
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt LICENSE
|
|
}
|