void-packages/srcpkgs/pex/template
icp 74ad199939 pex: update to 2.2.1.
Disable manpage generation due to unpackaged dep
2024-02-20 08:24:09 +07:00

20 lines
648 B
Bash

# Template file for 'pex'
pkgname=pex
version=2.2.1
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3"
short_desc="Library & tool for generating .pex (Python EXecutable) files"
maintainer="icp <pangolin@vivaldi.net>"
license="Apache-2.0"
homepage="https://docs.pex-tool.org"
changelog="https://raw.githubusercontent.com/pex-tool/pex/main/CHANGES.md"
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
checksum=23adde5fd0439fd4468ad105662ba5b23118540b26632bd2362dfedad22b1aff
python3-pex_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - transitional dummy package"
build_style=meta
}