20 lines
617 B
Bash
20 lines
617 B
Bash
# Template file for 'python3-pipx'
|
|
pkgname=python3-pipx
|
|
version=1.1.0
|
|
revision=1
|
|
wrksrc="pipx-${version}"
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling"
|
|
depends="python3-argcomplete python3-packaging python3-userpath"
|
|
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=4d2f70daf15f121e90b7394b0730ee82fc39d7da514e50a7bbf8066be88883bb
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|