pex: update to 2.1.103.

This commit is contained in:
icp 2022-08-14 21:20:20 +05:30 committed by classabbyamp
parent 54c6fe60d5
commit 2434e21f9a

View file

@ -1,18 +1,17 @@
# Template file for 'pex'
pkgname=pex
version=2.1.15
revision=3
wrksrc="pex-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-Sphinx"
depends="python3-setuptools"
version=2.1.103
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core python3-Sphinx"
depends="python3"
short_desc="Library & tool for generating .pex (Python EXecutable) files"
maintainer="Daniel Santana <daniel@santana.tech>"
license="Apache-2.0"
homepage="https://github.com/pantsbuild/pex"
changelog="https://raw.githubusercontent.com/pantsbuild/pex/master/CHANGES.rst"
changelog="https://raw.githubusercontent.com/pantsbuild/pex/main/CHANGES.rst"
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
checksum=e1092ae52cfdef41c22d98fa98f9225ac21936a7d096131777ca3a7940fe1b2d
checksum=07bcd633626b7fd6d18eb0d6303acfd0a4fbcb31692e737b15794626da896bf0
post_build() {
PYTHONPATH="$PWD" make -C docs man