python-pex: update to 1.6.0.
This commit is contained in:
parent
2485be23f5
commit
06c3b37d25
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-pex'
|
# Template file for 'python-pex'
|
||||||
pkgname=python-pex
|
pkgname=python-pex
|
||||||
version=1.5.3
|
version=1.6.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pex-${version}"
|
wrksrc="pex-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pex"
|
pycompile_module="pex"
|
||||||
hostmakedepends="python-setuptools python3-setuptools python-Sphinx python3-Sphinx"
|
hostmakedepends="python-setuptools python3-setuptools python-Sphinx python3-Sphinx"
|
||||||
depends="python python-wheel<=0.32.0"
|
depends="python"
|
||||||
short_desc="Library & tool for generating .pex (Python EXecutable) files (Python2)"
|
short_desc="Library & tool for generating .pex (Python EXecutable) files (Python2)"
|
||||||
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"
|
||||||
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
|
||||||
checksum=a0244c9e25172598fca73cb61e2a2f133503565c95d99210c3d5c0e85950c4bd
|
checksum=7bfd1193c92935da97490a00148a63cffc4252c43da428dac9db669dd687cd4d
|
||||||
alternatives="
|
alternatives="
|
||||||
pex:pex:/usr/bin/pex2
|
pex:pex:/usr/bin/pex2
|
||||||
pex:pex.1:/usr/share/man/man1/pex2.1"
|
pex:pex.1:/usr/share/man/man1/pex2.1"
|
||||||
|
@ -34,7 +34,7 @@ post_install() {
|
||||||
python3-pex_package() {
|
python3-pex_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pycompile_module="pex"
|
pycompile_module="pex"
|
||||||
depends="python3 python3-wheel<=0.32.0"
|
depends="python3"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
alternatives="
|
alternatives="
|
||||||
pex:pex:/usr/bin/pex3
|
pex:pex:/usr/bin/pex3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue