summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-06-11 14:48:28 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:56 -0400
commit204fad432a7107ed9ec1b55010439f0a0883f4b3 (patch)
tree5bd4937e00e0cbcef40df4587049fca9ceee78b0
parentc9dd05079b8559d95caaa4b42212ff88775b2802 (diff)
downloadmeta-cloud-services-204fad432a7107ed9ec1b55010439f0a0883f4b3.tar.gz
python-mako: added 0.8.1
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-mako_0.8.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-mako_0.8.1.bb b/meta-openstack/recipes-devtools/python/python-mako_0.8.1.bb
new file mode 100644
index 0000000..258d869
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-mako_0.8.1.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "A super-fast templating language that borrows the best ideas from the existing templating languages."
2HOMEPAGE = "http://www.makotemplates.org/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=da8dd26ed9751ee0cfdf9df1a16bbb54"
6
7PR = "r0"
8SRCNAME = "Mako"
9
10SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "96d962464ce6316004af0cc48495d73e"
13SRC_URI[sha256sum] = "4791be305338b1fbe09054ec42fb606856599cdcdcde6f348858c13b5fa29158"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools