pex: update to 2.1.129.

This commit is contained in:
icp 2023-03-21 00:58:38 +05:30 committed by classabbyamp
parent c2c4db67e7
commit 8c9c2d575d

View File

@ -1,6 +1,6 @@
# Template file for 'pex' # Template file for 'pex'
pkgname=pex pkgname=pex
version=2.1.126 version=2.1.129
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-flit_core python3-Sphinx" hostmakedepends="python3-flit_core python3-Sphinx"
@ -11,7 +11,7 @@ license="Apache-2.0"
homepage="https://github.com/pantsbuild/pex" homepage="https://github.com/pantsbuild/pex"
changelog="https://raw.githubusercontent.com/pantsbuild/pex/main/CHANGES.rst" changelog="https://raw.githubusercontent.com/pantsbuild/pex/main/CHANGES.rst"
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
checksum=3fcd6cf993815f2a2ad1d826ea194e35bca3c82f485f9886e9e681e400566b15 checksum=3fefc6e609f68ccc9f63a59b99dc98e328fed3613d310bab6ec5bc91da86d302
post_build() { post_build() {
PYTHONPATH="$PWD" make -C docs man PYTHONPATH="$PWD" make -C docs man