summaryrefslogtreecommitdiffstats
path: root/package/python-cheetah
Commit message (Collapse)AuthorAgeFilesLines
* package/*/Config.in: fix help text check-package warningsThomas Petazzoni2017-12-181-5/+6
| | | | | | | | | | | | | This commit fixes the warnings reported by check-package on the help text of all package Config.in files, related to the formatting of the help text: should start with a tab, then 2 spaces, then at most 62 characters. The vast majority of warnings fixed were caused by too long lines. A few warnings were related to spaces being used instead of a tab to indent the help text. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/python-cheetah: switch SITE to httpsBernd Kuhls2017-12-131-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-cheetah: add hash fileGustavo Zacarias2015-07-281-0/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-cheetah: fix python host dependencyGwenhael Goavec-Merou2015-03-161-0/+2
| | | | | | | | python-cheetah can't be used with python3. host-python-cheetah has the same limitation. Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-cheetah: add host-package supportGwenhael Goavec-Merou2015-03-131-0/+5
| | | | | | | | | | | | | | Some packages, like GNURadio for VOLK, needs cheetah on host at buildtime. The dependency on host-python-markdown is needed to avoid that setuptools downloads markdown if it is not installed yet. [Thomas: add comment in the .mk file.] Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-cheetah: new packageGwenhael Goavec-Merou2014-12-212-0/+25
[Thomas: - Remove dependency on host-python-markdown, apparently not needed (it builds fine in a minimal chroot, which doesn't have python-markdown installed) - Remove runtime dependency on markdown, I can run Cheetah basic examples without python-markdown installed. - Add dependency on Python 2 only, since it doesn't build for Python 3.] Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud