2023-12-11 16:25:27 +01:00

19 lines
623 B
Bash

# Template file for 'python3-pipx'
pkgname=python3-pipx
version=1.3.3
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
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://pipx.pypa.io/stable/"
changelog="https://pipx.pypa.io/stable/changelog/"
distfiles="${PYPI_SITE}/p/pipx/pipx-${version}.tar.gz"
checksum=6d5474e71e78c28d83570443e5418c56599aa8319a950ccf5984c5cb0a35f0a7
post_install() {
vlicense LICENSE
}