mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
pex: update to 2.1.138.
This commit is contained in:
parent
a161833916
commit
1e03d6378a
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pex'
|
# Template file for 'pex'
|
||||||
pkgname=pex
|
pkgname=pex
|
||||||
version=2.1.137
|
version=2.1.138
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-flit_core python3-Sphinx"
|
hostmakedepends="python3-flit_core python3-Sphinx"
|
||||||
|
@ -9,9 +9,9 @@ short_desc="Library & tool for generating .pex (Python EXecutable) files"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="Apache-2.0"
|
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.rst"
|
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=cb0ce6cf64757dd5ba4f34c4607ab485f7909e6c24cd479ca28ce52205f0edeb
|
checksum=75a514cd37a23fb587d15d91664be0e94f7acc1d132ff0f72c215e2125c28be2
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
PYTHONPATH="$PWD" make -C docs man
|
PYTHONPATH="$PWD" make -C docs man
|
||||||
|
|
Loading…
Add table
Reference in a new issue