From 971d2fa357ccfa2dfff9ef386557b3318eac901a Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 3 Jul 2023 12:29:07 +0530 Subject: [PATCH] pex: update to 2.1.138. --- srcpkgs/pex/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template index 9db0c048390533..d3ebccc0724822 100644 --- a/srcpkgs/pex/template +++ b/srcpkgs/pex/template @@ -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 " 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