2023-11-28 13:40:11 +01:00

19 lines
613 B
Bash

# Template file for 'python3-pipx'
pkgname=python3-pipx
version=1.2.1
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=698777c05a97cca81df4dc6a71d9ca4ece2184c6f91dc7a0e4802ac51d86d32a
post_install() {
vlicense LICENSE
}