21 lines
648 B
Bash
21 lines
648 B
Bash
# Template file for 'pex'
|
|
pkgname=pex
|
|
version=2.2.2
|
|
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=8390fdbf5099ef4be23f40bff655b026fb5eac9d8a1f7a1408a46cc44afd35e8
|
|
|
|
python3-pex_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - transitional dummy package"
|
|
build_style=meta
|
|
}
|