19 lines
604 B
Bash
19 lines
604 B
Bash
# Template file for 'python3-pipx'
|
|
pkgname=python3-pipx
|
|
version=0.15.6.0
|
|
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://pipxproject.github.io/pipx/"
|
|
distfiles="${PYPI_SITE}/p/pipx/pipx-${version}.tar.gz"
|
|
checksum=0d20e295a236b60e5601cb4e3d0c4fad202b9027ca1b2b8c88b322e66bf42b1f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|