python-cheetah_2.0.1.bb: package version 2.0.1 of the cheetah template engine
authorJeremy Laine <jeremy.laine@m4x.org>
Tue, 20 Nov 2007 10:23:16 +0000 (10:23 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Tue, 20 Nov 2007 10:23:16 +0000 (10:23 +0000)
packages/python/python-cheetah_2.0.1.bb [new file with mode: 0644]

diff --git a/packages/python/python-cheetah_2.0.1.bb b/packages/python/python-cheetah_2.0.1.bb
new file mode 100644 (file)
index 0000000..55f0b37
--- /dev/null
@@ -0,0 +1,11 @@
+DESCRIPTION = "template engine and code generation tool"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "MIT-like"
+RDEPENDS = "python-pickle python-pprint"
+SRCNAME = "Cheetah"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/cheetahtemplate/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils