pex: update to 2.1.2.
This commit is contained in:
parent
f54de44235
commit
25c4340301
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'pex'
|
# Template file for 'pex'
|
||||||
pkgname=pex
|
pkgname=pex
|
||||||
version=2.0.3
|
version=2.1.2
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="pex-${version}"
|
wrksrc="pex-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="pex"
|
|
||||||
hostmakedepends="python3-setuptools python3-Sphinx"
|
hostmakedepends="python3-setuptools python3-Sphinx"
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools"
|
||||||
short_desc="Library & tool for generating .pex (Python EXecutable) files"
|
short_desc="Library & tool for generating .pex (Python EXecutable) files"
|
||||||
|
@ -13,11 +12,10 @@ 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=a8a35e7eb212616b2964d70d8a134d41d16649c943ab206b90c749c005e60999
|
checksum=d4d8c911400f894ac3c67dbbc3f9dab95c237a5284c737d95f0bb4e73f2670b9
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
cd docs
|
PYTHONPATH="$PWD" make -C docs man
|
||||||
make man
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue