pex: update to 2.1.143.
This commit is contained in:
parent
25af5d5e64
commit
662de10152
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pex'
|
# Template file for 'pex'
|
||||||
pkgname=pex
|
pkgname=pex
|
||||||
version=2.1.140
|
version=2.1.143
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-flit_core python3-Sphinx"
|
hostmakedepends="python3-flit_core python3-Sphinx"
|
||||||
|
@ -11,7 +11,7 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/pantsbuild/pex"
|
homepage="https://github.com/pantsbuild/pex"
|
||||||
changelog="https://raw.githubusercontent.com/pantsbuild/pex/main/CHANGES.md"
|
changelog="https://raw.githubusercontent.com/pantsbuild/pex/main/CHANGES.md"
|
||||||
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
|
||||||
checksum=9d260e34d64d79e51cd3ffdc453a88c593766e7fe71ace0fbe6b929ecadbc93c
|
checksum=c72603f681ab94ad64b3043bba23b7fe00095277a5bd6bfb647cb39ff8398828
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
PYTHONPATH="$PWD" make -C docs man
|
PYTHONPATH="$PWD" make -C docs man
|
||||||
|
|
Loading…
Reference in New Issue