python3-pipx: update to 0.16.3.
This commit is contained in:
parent
8c1bfa21d7
commit
354fcf745d
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python3-pipx'
|
# Template file for 'python3-pipx'
|
||||||
pkgname=python3-pipx
|
pkgname=python3-pipx
|
||||||
version=0.16.2.1
|
version=0.16.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pipx-${version}"
|
wrksrc="pipx-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-argcomplete python3-colorama python3-userpath python3-setuptools python3-packaging"
|
depends="python3-argcomplete python3-userpath python3-setuptools python3-packaging"
|
||||||
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://pipxproject.github.io/pipx/"
|
homepage="https://pypa.github.io/pipx/"
|
||||||
changelog="https://pipxproject.github.io/pipx/changelog/"
|
changelog="https://pypa.github.io/pipx/changelog/"
|
||||||
distfiles="${PYPI_SITE}/p/pipx/pipx-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pipx/pipx-${version}.tar.gz"
|
||||||
checksum=805319eab100c0c36e349b76103bbe903445229a60ebb0010d7cf7590ff5ba20
|
checksum=51fa41281383212db3b2a6906713871edc1a7d597ae387873026402e281a0b25
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue