From 34e39694e564ea428c4aa34f56eaa19f075b03e3 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 14 Feb 2023 01:32:58 +0530 Subject: [PATCH] pex: update to 2.1.122. --- srcpkgs/pex/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template index 479a8255e5cf..f60308ba9d70 100644 --- a/srcpkgs/pex/template +++ b/srcpkgs/pex/template @@ -1,6 +1,6 @@ # Template file for 'pex' pkgname=pex -version=2.1.121 +version=2.1.122 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=d66c099d48bf2b00d06be01518c834df888c195c3e17a524cf12f83226fa2489 +checksum=5211e368d85a514d3c84d581322afeb5daa53e5fc778be96bb2ff9d7cb621385 post_build() { PYTHONPATH="$PWD" make -C docs man