From 3cdfa1e5cfb48886a20609ae687f48bc753e0b34 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 24 Feb 2023 12:46:13 +0530 Subject: [PATCH] pex: update to 2.1.123. --- srcpkgs/pex/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template index f60308ba9d70..babfb195a376 100644 --- a/srcpkgs/pex/template +++ b/srcpkgs/pex/template @@ -1,6 +1,6 @@ # Template file for 'pex' pkgname=pex -version=2.1.122 +version=2.1.123 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=5211e368d85a514d3c84d581322afeb5daa53e5fc778be96bb2ff9d7cb621385 +checksum=5cf8c7aa5f21ae0c6626e0ffc217bffb052e01def38ff75bf739095fd784288a post_build() { PYTHONPATH="$PWD" make -C docs man