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