void-packages/srcpkgs/pex/template
2025-03-15 08:58:43 +01:00

21 lines
673 B
Bash

# Template file for 'pex'
pkgname=pex
version=2.33.4
revision=1
archs="~i686*"
build_style=python3-pep517
hostmakedepends="python3-setuptools"
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=ed1c80e2e0f3b075a42288bae79fe22dad517f5b5de11fbc118188e968313add
python3-pex_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - transitional dummy package"
build_style=meta
}