void-packages/srcpkgs/python3-pipx/template

19 lines
613 B
Bash

# Template file for 'python3-pipx'
pkgname=python3-pipx
version=1.2.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-argcomplete python3-packaging python3-platformdirs 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=d1908041d24d525cafebeb177efb686133d719499cb55c54f596c95add579286
post_install() {
vlicense LICENSE
}