abuild (256B)
1 name=python-jinja2 2 version=3.1.6 3 release=1 4 source="https://github.com/pallets/jinja/releases/download/${version}/jinja2-${version}.tar.gz" 5 6 build() { 7 gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2 8 python3 -m installer -d $PKG .dist/*.whl 9 }