python3-pipx: update to 1.3.3.
This commit is contained in:
parent
bb9c896505
commit
8b12e729a0
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'python3-pipx'
|
||||
pkgname=python3-pipx
|
||||
version=1.2.1
|
||||
version=1.3.3
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="hatchling"
|
||||
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://pypa.github.io/pipx/"
|
||||
changelog="https://pypa.github.io/pipx/changelog/"
|
||||
homepage="https://pipx.pypa.io/stable/"
|
||||
changelog="https://pipx.pypa.io/stable/changelog/"
|
||||
distfiles="${PYPI_SITE}/p/pipx/pipx-${version}.tar.gz"
|
||||
checksum=698777c05a97cca81df4dc6a71d9ca4ece2184c6f91dc7a0e4802ac51d86d32a
|
||||
checksum=6d5474e71e78c28d83570443e5418c56599aa8319a950ccf5984c5cb0a35f0a7
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue