mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pex: update to 2.2.1.
Disable manpage generation due to unpackaged dep
This commit is contained in:
parent
3b499d8fa3
commit
74ad199939
1 changed files with 5 additions and 13 deletions
|
@ -1,25 +1,17 @@
|
||||||
# Template file for 'pex'
|
# Template file for 'pex'
|
||||||
pkgname=pex
|
pkgname=pex
|
||||||
version=2.1.163
|
version=2.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling python3-Sphinx"
|
hostmakedepends="hatchling"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Library & tool for generating .pex (Python EXecutable) files"
|
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://docs.pex-tool.org"
|
||||||
changelog="https://raw.githubusercontent.com/pantsbuild/pex/main/CHANGES.md"
|
changelog="https://raw.githubusercontent.com/pex-tool/pex/main/CHANGES.md"
|
||||||
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
|
||||||
checksum=66e2cfa05b29647c300ca727faeb56d0f0d7d9bb4243b8839fe17e34b6568295
|
checksum=23adde5fd0439fd4468ad105662ba5b23118540b26632bd2362dfedad22b1aff
|
||||||
|
|
||||||
post_build() {
|
|
||||||
PYTHONPATH="$PWD" make -C docs man
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vman docs/_build/man/pex.1
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-pex_package() {
|
python3-pex_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue