pex: update to 2.50.1.

This commit is contained in:
icp 2025-08-09 01:41:58 +05:30
parent a80197147d
commit 3da7de2164

View file

@ -1,10 +1,10 @@
# Template file for 'pex'
pkgname=pex
version=2.47.0
version=2.50.1
revision=1
archs="~i686*"
build_style=python3-pep517
hostmakedepends="python3-setuptools"
hostmakedepends="python3-setuptools uv"
depends="python3"
short_desc="Library & tool for generating .pex (Python EXecutable) files"
maintainer="icp <pangolin@vivaldi.net>"
@ -12,7 +12,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=75ace8a54827df63b1ba448523ed5bbb81fdc826f3e2f78e9d641c8432afcd4b
checksum=15bff4374526e178373c2ac90c18a54fa4e3d2506ff045ffa90812773aec4043
python3-pex_package() {
depends="${sourcepkg}>=${version}_${revision}"