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