pex: update to 2.1.9.
This commit is contained in:
parent
5d344366dc
commit
cf7ccd1b59
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pex'
|
# Template file for 'pex'
|
||||||
pkgname=pex
|
pkgname=pex
|
||||||
version=2.1.8
|
version=2.1.9
|
||||||
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=64e2f8146e0c00fd50213ac01933014aadd7b00c7709e961067c4c47f37fe31f
|
checksum=caff0d568482b0b532ad01bba3ff0dcdc171a418af68f13fd29510906b527918
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
PYTHONPATH="$PWD" make -C docs man
|
PYTHONPATH="$PWD" make -C docs man
|
||||||
|
|
Loading…
Reference in New Issue