void-packages/srcpkgs/python3-pipx/template
2021-12-29 16:46:26 +01:00

19 lines
646 B
Bash

# Template file for 'python3-pipx'
pkgname=python3-pipx
version=0.17.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://pypa.github.io/pipx/"
changelog="https://pypa.github.io/pipx/changelog/"
distfiles="${PYPI_SITE}/p/pipx/pipx-${version}.tar.gz"
checksum=3cb13a918491181b317606cd883bcf573435d535d786aa69bc15a76c7f494de2
post_install() {
vlicense LICENSE
}