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

mickeyl commit oe at amethyst.openembedded.net
Wed Jul 30 18:37:47 UTC 2008


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

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 1609b32b541e4ee139eb21a0261db550fa3d80bf
ViewMTN: http://monotone.openembedded.org/revision/info/1609b32b541e4ee139eb21a0261db550fa3d80bf
Files:
1
packages/python/python-mako_0.2.2.bb
Diffs:

#
# mt diff -r127c863df03cf9b95750ca75f18bd0056a64e88d -r1609b32b541e4ee139eb21a0261db550fa3d80bf
#
#
#
# add_file "packages/python/python-mako_0.2.2.bb"
#  content [3a13570a7b58a0ed065bdbbb90fab10561d5b593]
#
============================================================
--- packages/python/python-mako_0.2.2.bb	3a13570a7b58a0ed065bdbbb90fab10561d5b593
+++ packages/python/python-mako_0.2.2.bb	3a13570a7b58a0ed065bdbbb90fab10561d5b593
@@ -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