mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pipx: update to 1.2.0.
This commit is contained in:
parent
27dcdeca15
commit
ebf16b2dd8
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python3-pipx'
|
# Template file for 'python3-pipx'
|
||||||
pkgname=python3-pipx
|
pkgname=python3-pipx
|
||||||
version=1.1.0
|
version=1.2.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling"
|
hostmakedepends="hatchling"
|
||||||
depends="python3-argcomplete python3-packaging 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://pypa.github.io/pipx/"
|
||||||
changelog="https://pypa.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=4d2f70daf15f121e90b7394b0730ee82fc39d7da514e50a7bbf8066be88883bb
|
checksum=d1908041d24d525cafebeb177efb686133d719499cb55c54f596c95add579286
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue