21 lines
658 B
Bash
21 lines
658 B
Bash
# Template file for 'python3-Jinja2'
|
|
pkgname=python3-Jinja2
|
|
reverts="3.1.1_1 3.1.1_2"
|
|
version=3.1.3
|
|
revision=1
|
|
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=ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|