[oe-commits] : add python-mako, a super-fast templating language that borrows the best ideas from the existing templating languages

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Jul 30 18:43:06 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 1f7365553cdac78f460a4a7f279c00fa3a15feaf
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=1f7365553cdac78f460a4a7f279c00fa3a15feaf

Author:  <mickeyl at openembedded.org>
Date:   Wed Jul 30 18:28:11 2008 +0000

add python-mako, a super-fast templating language that borrows the best ideas from the existing templating languages

---

 packages/python/python-mako_0.2.2.bb |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/packages/python/python-mako_0.2.2.bb b/packages/python/python-mako_0.2.2.bb
new file mode 100644
index 0000000..718e58a
--- /dev/null
+++ b/packages/python/python-mako_0.2.2.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "A super-fast templating language that borrows the best ideas from the existing templating languages"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "MIT"
+HOMEPAGE = "http://www.makotemplates.org/"
+SRCNAME = "Mako"
+PR = "ml0"
+
+SRC_URI = "http://pypi.python.org/packages/source/M/Mako/Mako-${PV}.tar.gz" 
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools





More information about the Openembedded-commits mailing list