python3-pipx: update to 1.3.3.

This commit is contained in:
Leah Neukirchen 2023-12-11 16:25:22 +01:00
parent bb9c896505
commit 8b12e729a0
1 changed files with 5 additions and 5 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'python3-pipx' # Template file for 'python3-pipx'
pkgname=python3-pipx pkgname=python3-pipx
version=1.2.1 version=1.3.3
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="hatchling" hostmakedepends="hatchling hatch-vcs"
depends="python3-argcomplete python3-packaging python3-platformdirs python3-userpath" depends="python3-argcomplete python3-packaging python3-platformdirs python3-userpath"
short_desc="Install and Run Python Applications in Isolated Environments" short_desc="Install and Run Python Applications in Isolated Environments"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT" license="MIT"
homepage="https://pypa.github.io/pipx/" homepage="https://pipx.pypa.io/stable/"
changelog="https://pypa.github.io/pipx/changelog/" changelog="https://pipx.pypa.io/stable/changelog/"
distfiles="${PYPI_SITE}/p/pipx/pipx-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pipx/pipx-${version}.tar.gz"
checksum=698777c05a97cca81df4dc6a71d9ca4ece2184c6f91dc7a0e4802ac51d86d32a checksum=6d5474e71e78c28d83570443e5418c56599aa8319a950ccf5984c5cb0a35f0a7
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE