From 7c233a455081a1a1fdc5aa44a1f3f6963611ad21 Mon Sep 17 00:00:00 2001 From: Daniel Santana Date: Fri, 9 Nov 2018 14:38:53 -0200 Subject: [PATCH] python-pex: update to 1.5.2. --- srcpkgs/python-pex/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-pex/template b/srcpkgs/python-pex/template index 3198be96d1b..311a5620dce 100644 --- a/srcpkgs/python-pex/template +++ b/srcpkgs/python-pex/template @@ -1,19 +1,19 @@ # Template file for 'python-pex' pkgname=python-pex -version=1.4.6 +version=1.5.2 revision=1 -wrksrc="pex-${version}" noarch=yes +wrksrc="pex-${version}" build_style=python-module pycompile_module="pex" hostmakedepends="python-setuptools python3-setuptools python-Sphinx python3-Sphinx" -depends="python python-wheel" +depends="python python-wheel<=0.32.0" short_desc="Library & tool for generating .pex (Python EXecutable) files (Python2)" maintainer="Daniel Santana " license="Apache-2.0" homepage="https://github.com/pantsbuild/pex" distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz" -checksum=b82c687b7f9099c6d76bc2bc5707c60e38bd741efa434846eac8c70e4f89ed29 +checksum=6143465a09ca84dc0000ffc74c6eaf8f3210e590150e115832974994479b662b alternatives=" pex:pex:/usr/bin/pex2 pex:pex.1:/usr/share/man/man1/pex2.1" @@ -34,7 +34,7 @@ post_install() { python3-pex_package() { noarch=yes pycompile_module="pex" - depends="python3 python3-wheel" + depends="python3 python3-wheel<=0.32.0" short_desc="${short_desc/Python2/Python3}" alternatives=" pex:pex:/usr/bin/pex3