summaryrefslogtreecommitdiffstats
path: root/package/python-jinja2
Commit message (Collapse)AuthorAgeFilesLines
* python-jinja2: bump to version 2.9.5Adam Duskett2017-03-022-4/+4
| | | | | Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-jinja2: bump to version 2.9.4Yegor Yefremov2017-01-252-5/+15
| | | | | | | | | | | | | While bumping fix async feature related issue: Both asyncsupport.py and asyncfilters.py use async feature, that is not available in Python 2 and some features available in Python 3.6. So in both cases *.py compilation would produce compiler errors. Hence remove both files after package extraction. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Tested-by: Lionel Flandrin <lionel@svkt.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-jinja2: bump to 2.8Mauro Condarelli2016-02-022-4/+4
| | | | | | Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-jinja2: allow build as host-packageerico.nunes2015-01-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Jinja2 is a general purpose templating language for python and can be required during build time for python scripts that generate code. While currently there are no in-tree Buildroot packages which depend on host-python-jinja2, I'm currently having to deal with a proprietary software build system that requires it. I have tested that it builds and works correctly as a host python package for a Buildroot host-python and someone else might require it, so I'm proposing its inclusion. python-jinja2 for target builds fine without python-markupsafe as a build dependency, but when building host-python-jinja2 without host-python-markupsafe installed, the python package manager tries to download and install it. To avoid that and install host-python-markupsafe properly through Buildroot, the host build dependency is needed. Host support for python-markupsafe was submitted in a previous patch from this patchset. Signed-off-by: Erico Nunes <erico.nunes@datacom.ind.br> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-jinja2: needs markupsafe at runtimePeter Korsgaard2014-11-171-0/+1
| | | | | | | | | Otherwise import fails: ImportError: No module named markupsafe Reported-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: add python-jinja2Peter Korsgaard2014-11-143-0/+25
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud