mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +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'
|
||||
pkgname=pex
|
||||
version=2.20.2
|
||||
revision=2
|
||||
version=2.33.4
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="hatchling"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Library & tool for generating .pex (Python EXecutable) files"
|
||||
maintainer="icp <pangolin@vivaldi.net>"
|
||||
|
@ -11,7 +11,7 @@ license="Apache-2.0"
|
|||
homepage="https://docs.pex-tool.org"
|
||||
changelog="https://raw.githubusercontent.com/pex-tool/pex/main/CHANGES.md"
|
||||
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
|
||||
checksum=ed691c64b26def01168e960804e74dc13d38654598ae40579be2f971d0393a84
|
||||
checksum=ed1c80e2e0f3b075a42288bae79fe22dad517f5b5de11fbc118188e968313add
|
||||
|
||||
python3-pex_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Add table
Reference in a new issue