# Template file for 'python-Jinja2' pkgname=python-Jinja2 version=2.8 revision=1 noarch=yes wrksrc="Jinja2-${version}" build_style=python-module python_versions="2.7 3.4" pycompile_module="jinja2" hostmakedepends="python-setuptools python3.4-setuptools" depends="python-MarkupSafe" short_desc="A full featured template engine for Python2" maintainer="Alessio Sergi " homepage="http://jinja.pocoo.org/" license="BSD" distfiles="${PYPI_SITE}/J/Jinja2/Jinja2-${version}.tar.gz" checksum=bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4 post_install() { vlicense LICENSE } python3.4-Jinja2_package() { noarch=yes depends="python3.4-MarkupSafe" pycompile_version="3.4" pycompile_module="jinja2" short_desc="${short_desc/Python2/Python3.4}" pkg_install() { vmove usr/lib/python3.4 vlicense LICENSE } }