void-packages/srcpkgs/python3-Jinja2/template
Andrew J. Hesford a5590975f0 python-Jinja2: rebuild for Python 3.10, split package
python3-Jinja2: update to 3.0.2
2021-10-09 08:00:23 -04:00

21 lines
659 B
Bash

# Template file for 'python3-Jinja2'
pkgname=python3-Jinja2
version=3.0.2
revision=1
wrksrc="Jinja2-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-MarkupSafe"
checkdepends="python3-pytest $depends"
short_desc="Full featured template engine (Python3)"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="http://jinja.pocoo.org/"
changelog="https://raw.githubusercontent.com/pallets/jinja/master/CHANGES.rst"
distfiles="${PYPI_SITE}/J/Jinja2/Jinja2-${version}.tar.gz"
checksum=827a0e32839ab1600d4eb1c4c33ec5a8edfbc5cb42dafa13b81f182f97784b45
post_install() {
vlicense LICENSE.rst
}