mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pex: update to 2.33.4.
This commit is contained in:
parent
a183692ffe
commit
3621500e6f
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'pex'
|
# Template file for 'pex'
|
||||||
pkgname=pex
|
pkgname=pex
|
||||||
version=2.20.2
|
version=2.33.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Library & tool for generating .pex (Python EXecutable) files"
|
short_desc="Library & tool for generating .pex (Python EXecutable) files"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
|
@ -11,7 +11,7 @@ license="Apache-2.0"
|
||||||
homepage="https://docs.pex-tool.org"
|
homepage="https://docs.pex-tool.org"
|
||||||
changelog="https://raw.githubusercontent.com/pex-tool/pex/main/CHANGES.md"
|
changelog="https://raw.githubusercontent.com/pex-tool/pex/main/CHANGES.md"
|
||||||
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
|
||||||
checksum=ed691c64b26def01168e960804e74dc13d38654598ae40579be2f971d0393a84
|
checksum=ed1c80e2e0f3b075a42288bae79fe22dad517f5b5de11fbc118188e968313add
|
||||||
|
|
||||||
python3-pex_package() {
|
python3-pex_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue