pex: update to 2.1.138.

This commit is contained in:
icp 2023-07-03 12:29:07 +05:30 committed by Duncan Overbruck
parent a161833916
commit 1e03d6378a

View File

@ -1,6 +1,6 @@
# Template file for 'pex'
pkgname=pex
version=2.1.137
version=2.1.138
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core python3-Sphinx"
@ -9,9 +9,9 @@ short_desc="Library & tool for generating .pex (Python EXecutable) files"
maintainer="icp <pangolin@vivaldi.net>"
license="Apache-2.0"
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.md"
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
checksum=cb0ce6cf64757dd5ba4f34c4607ab485f7909e6c24cd479ca28ce52205f0edeb
checksum=75a514cd37a23fb587d15d91664be0e94f7acc1d132ff0f72c215e2125c28be2
post_build() {
PYTHONPATH="$PWD" make -C docs man