pex: update to 2.1.14.
This commit is contained in:
parent
803e8eecd2
commit
bb2d9c3516
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pex'
|
# Template file for 'pex'
|
||||||
pkgname=pex
|
pkgname=pex
|
||||||
version=2.1.12
|
version=2.1.14
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="pex-${version}"
|
wrksrc="pex-${version}"
|
||||||
|
@ -11,8 +11,9 @@ short_desc="Library & tool for generating .pex (Python EXecutable) files"
|
||||||
maintainer="Daniel Santana <daniel@santana.tech>"
|
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"
|
||||||
|
changelog="https://raw.githubusercontent.com/pantsbuild/pex/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
|
||||||
checksum=b84014ab576f2819830881b292854b98225f6063e8d93410086261e2d693d644
|
checksum=de5e553086cf65241beee7c1f06b30867149511fa6e48c8d4493305c7ddaf69b
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
PYTHONPATH="$PWD" make -C docs man
|
PYTHONPATH="$PWD" make -C docs man
|
||||||
|
|
Loading…
Reference in New Issue