From fc4652eae05b24bc50466b7fb0b0b571d362ed0b Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 3 Mar 2023 11:30:44 +0530 Subject: [PATCH] pex: update to 2.1.126. --- srcpkgs/pex/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template index 0471df180169..359f9d4c53d4 100644 --- a/srcpkgs/pex/template +++ b/srcpkgs/pex/template @@ -1,6 +1,6 @@ # Template file for 'pex' pkgname=pex -version=2.1.124 +version=2.1.126 revision=1 build_style=python3-pep517 hostmakedepends="python3-flit_core python3-Sphinx" @@ -11,7 +11,7 @@ license="Apache-2.0" homepage="https://github.com/pantsbuild/pex" changelog="https://raw.githubusercontent.com/pantsbuild/pex/main/CHANGES.rst" distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz" -checksum=73f465a29dfbfb1c705421c612a17230f424bb4c583afc460e4968cd1e37f9ac +checksum=3fcd6cf993815f2a2ad1d826ea194e35bca3c82f485f9886e9e681e400566b15 post_build() { PYTHONPATH="$PWD" make -C docs man