void-packages/srcpkgs/python3-pipx/template
2020-05-18 16:51:52 +02:00

21 lines
623 B
Bash

# Template file for 'python3-pipx'
pkgname=python3-pipx
version=0.15.3.1
revision=1
archs=noarch
wrksrc="pipx-${version}"
build_style=python3-module
pycompile_module="pipx"
hostmakedepends="python3-setuptools"
depends="python3-argcomplete python3-userpath python3-setuptools"
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=58dbad8645df1902d6ad2944cf4878003341bab9c8bc6bb6ee4b4feb8acd6033
post_install() {
vlicense LICENSE
}