From 9efd8eec3d5e61f865df81d92e0a46ab80ebe243 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 26 Apr 2023 01:11:09 +0530 Subject: [PATCH] pex: update to 2.1.134. --- srcpkgs/pex/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template index 4f94eae81ec2..71c69d274876 100644 --- a/srcpkgs/pex/template +++ b/srcpkgs/pex/template @@ -1,6 +1,6 @@ # Template file for 'pex' pkgname=pex -version=2.1.131 +version=2.1.134 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=786d6089752e41fc5139ed07f19854d2a75ef0b670457cba602893e78999eaae +checksum=85587c37f79324be47a7121490bb270fdf39ce6d691a70f960383027fdcde9d5 post_build() { PYTHONPATH="$PWD" make -C docs man