pex: update to 2.1.121.

Adopt.
This commit is contained in:
icp 2023-01-19 22:43:31 +05:30 committed by Michal Vasilek
parent a439ebfda6
commit 72338676c9

View file

@ -1,17 +1,17 @@
# Template file for 'pex'
pkgname=pex
version=2.1.103
revision=2
version=2.1.121
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="Orphaned <orphan@voidlinux.org>"
maintainer="icp <pangolin@vivaldi.net>"
license="Apache-2.0"
homepage="https://github.com/pantsbuild/pex"
changelog="https://raw.githubusercontent.com/pantsbuild/pex/main/CHANGES.rst"
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
checksum=07bcd633626b7fd6d18eb0d6303acfd0a4fbcb31692e737b15794626da896bf0
checksum=d66c099d48bf2b00d06be01518c834df888c195c3e17a524cf12f83226fa2489
post_build() {
PYTHONPATH="$PWD" make -C docs man