pex: update to 2.1.10.

This commit is contained in:
Daniel Santana 2020-05-19 02:46:04 -03:00 committed by Piraty
parent e6243c9c3b
commit 5759b52e03

View file

@ -1,6 +1,6 @@
# Template file for 'pex' # Template file for 'pex'
pkgname=pex pkgname=pex
version=2.1.9 version=2.1.10
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=caff0d568482b0b532ad01bba3ff0dcdc171a418af68f13fd29510906b527918 checksum=13e7528760612faa78cc6c3b8f713c90f55bbf3679ef72a53d83b92be064ba9e
post_build() { post_build() {
PYTHONPATH="$PWD" make -C docs man PYTHONPATH="$PWD" make -C docs man