pex: update to 2.1.5.

This commit is contained in:
Daniel Santana 2020-02-27 16:16:05 -03:00 committed by Helmut Pozimski
parent 77a66e226b
commit 63eb2f0f7e

View file

@ -1,6 +1,6 @@
# Template file for 'pex' # Template file for 'pex'
pkgname=pex pkgname=pex
version=2.1.4 version=2.1.5
revision=1 revision=1
archs=noarch archs=noarch
wrksrc="pex-${version}" wrksrc="pex-${version}"
@ -12,7 +12,7 @@ maintainer="Daniel Santana <daniel@santana.tech>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://github.com/pantsbuild/pex" homepage="https://github.com/pantsbuild/pex"
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
checksum=5acb4d288eee8159b0e34df583e63d125debc0835c8c15ba51ece4c29163cf48 checksum=e381e635a61fb9e8be2ac7517912495d96e8d7f18cef97c650505556ccccab0c
post_build() { post_build() {
PYTHONPATH="$PWD" make -C docs man PYTHONPATH="$PWD" make -C docs man