20 lines
646 B
Bash
20 lines
646 B
Bash
# Template file for 'python3-pipx'
|
|
pkgname=python3-pipx
|
|
version=0.16.3
|
|
revision=1
|
|
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=51fa41281383212db3b2a6906713871edc1a7d597ae387873026402e281a0b25
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|