20 lines
599 B
Bash
20 lines
599 B
Bash
# Template file for 'python3-pipx'
|
|
pkgname=python3-pipx
|
|
version=0.15.4.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="pipx-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-argcomplete python3-userpath python3-setuptools"
|
|
short_desc="Install and Run Python Applications in Isolated Environments"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="https://pipxproject.github.io/pipx/"
|
|
distfiles="${PYPI_SITE}/p/pipx/pipx-${version}.tar.gz"
|
|
checksum=b90285a1c6eddf45ba4e48110b81d7c1e285b127e82fa99a61168937f98e5cb5
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|