mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-pipx: update to 0.15.4.0.
This commit is contained in:
parent
c94c8dc543
commit
97ef224a40
1 changed files with 2 additions and 3 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python3-pipx'
|
# Template file for 'python3-pipx'
|
||||||
pkgname=python3-pipx
|
pkgname=python3-pipx
|
||||||
version=0.15.3.1
|
version=0.15.4.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="pipx-${version}"
|
wrksrc="pipx-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="pipx"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-argcomplete python3-userpath python3-setuptools"
|
depends="python3-argcomplete python3-userpath python3-setuptools"
|
||||||
short_desc="Install and Run Python Applications in Isolated Environments"
|
short_desc="Install and Run Python Applications in Isolated Environments"
|
||||||
|
@ -13,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://pipxproject.github.io/pipx/"
|
homepage="https://pipxproject.github.io/pipx/"
|
||||||
distfiles="${PYPI_SITE}/p/pipx/pipx-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pipx/pipx-${version}.tar.gz"
|
||||||
checksum=58dbad8645df1902d6ad2944cf4878003341bab9c8bc6bb6ee4b4feb8acd6033
|
checksum=b90285a1c6eddf45ba4e48110b81d7c1e285b127e82fa99a61168937f98e5cb5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue