summaryrefslogtreecommitdiffstats
path: root/package/python-cheetah/python-cheetah.mk
diff options
context:
space:
mode:
authorGwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>2014-12-21 16:26:55 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-21 21:58:48 +0100
commit9ef15fd63ef041dd28f7421db45463217e9429cb (patch)
treeb87db486550aeb29478f3a77601e5601c1d2ceaa /package/python-cheetah/python-cheetah.mk
parentc1b0554172dd2d493ae39d9a4ed3467abc6740bb (diff)
downloadbuildroot-9ef15fd63ef041dd28f7421db45463217e9429cb.tar.gz
buildroot-9ef15fd63ef041dd28f7421db45463217e9429cb.zip
python-cheetah: new package
[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>
Diffstat (limited to 'package/python-cheetah/python-cheetah.mk')
-rw-r--r--package/python-cheetah/python-cheetah.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/python-cheetah/python-cheetah.mk b/package/python-cheetah/python-cheetah.mk
new file mode 100644
index 0000000000..08076b563d
--- /dev/null
+++ b/package/python-cheetah/python-cheetah.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# python-cheetah
+#
+################################################################################
+
+PYTHON_CHEETAH_VERSION = 2.4.4
+PYTHON_CHEETAH_SOURCE = Cheetah-$(PYTHON_CHEETAH_VERSION).tar.gz
+PYTHON_CHEETAH_SITE = http://pypi.python.org/packages/source/C/Cheetah
+PYTHON_CHEETAH_LICENSE = MIT
+PYTHON_CHEETAH_SETUP_TYPE = setuptools
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud