wok-next view python-jinja2/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 9e01bc6321ea
children 6c73b944e8dd
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-jinja2"
4 VERSION="2.10"
5 CATEGORY="python"
6 SHORT_DESC="Stand-alone template engine"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://jinja.pocoo.org"
11 BUILD_DEPENDS="python-pip python-markupsafe"
13 compile_rules() {
14 pip install --no-compile --root=$DESTDIR Jinja2
15 }
17 genpkg_rules() {
18 copy @std
19 DEPENDS="python python-markupsafe"
20 }