From be95cd735469e581c3727ffe75d0fc4db15493a2 Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 20 Nov 2023 13:14:31 +0530 Subject: [PATCH] pex: update to 2.1.153. --- srcpkgs/pex/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template index dc3b91e1349ae..28bf2fc54cbe7 100644 --- a/srcpkgs/pex/template +++ b/srcpkgs/pex/template @@ -1,6 +1,6 @@ # Template file for 'pex' pkgname=pex -version=2.1.148 +version=2.1.153 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.md" distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz" -checksum=5d1111dbc39b23d4ec6798792e4017844c46abe738869a04ba7da16a09295179 +checksum=89d221b5a123997d455f62a06a4b37223359cfbea3094751ffdc35435047bb87 post_build() { PYTHONPATH="$PWD" make -C docs man