19 lines
650 B
Bash
19 lines
650 B
Bash
# Template file for 'python3-Jinja2'
|
|
pkgname=python3-Jinja2
|
|
version=3.1.6
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core"
|
|
depends="python3-MarkupSafe"
|
|
checkdepends="python3-pytest python3-trio $depends"
|
|
short_desc="Fast and expressive template engine"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://jinja.palletsprojects.com"
|
|
changelog="https://raw.githubusercontent.com/pallets/jinja/master/CHANGES.rst"
|
|
distfiles="${PYPI_SITE}/j/jinja2/jinja2-${version}.tar.gz"
|
|
checksum=0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|