pex: update to 2.1.2.

This commit is contained in:
Daniel Santana 2020-02-16 15:22:47 -03:00 committed by Helmut Pozimski
parent f54de44235
commit 25c4340301

View file

@ -1,11 +1,10 @@
# Template file for 'pex'
pkgname=pex
version=2.0.3
version=2.1.2
revision=1
archs=noarch
wrksrc="pex-${version}"
build_style=python3-module
pycompile_module="pex"
hostmakedepends="python3-setuptools python3-Sphinx"
depends="python3-setuptools"
short_desc="Library & tool for generating .pex (Python EXecutable) files"
@ -13,11 +12,10 @@ maintainer="Daniel Santana <daniel@santana.tech>"
license="Apache-2.0"
homepage="https://github.com/pantsbuild/pex"
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
checksum=a8a35e7eb212616b2964d70d8a134d41d16649c943ab206b90c749c005e60999
checksum=d4d8c911400f894ac3c67dbbc3f9dab95c237a5284c737d95f0bb4e73f2670b9
post_build() {
cd docs
make man
PYTHONPATH="$PWD" make -C docs man
}
post_install() {