void-packages/srcpkgs/python3-pipx/template

20 lines
679 B
Bash

# Template file for 'python3-pipx'
pkgname=python3-pipx
version=0.16.1.0
revision=2
wrksrc="pipx-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-argcomplete python3-colorama 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/"
changelog="https://pipxproject.github.io/pipx/changelog/"
distfiles="${PYPI_SITE}/p/pipx/pipx-${version}.tar.gz"
checksum=22b9a0f0536e6b4e7ae030d33cbe34528c3f7ad1615d0c3795f2e5ac4db9d76d
post_install() {
vlicense LICENSE
}