summaryrefslogtreecommitdiff
path: root/packages/python
diff options
context:
space:
mode:
authorJeremy Laine <jeremy.laine@m4x.org>2007-11-20 10:23:16 +0000
committerJeremy Laine <jeremy.laine@m4x.org>2007-11-20 10:23:16 +0000
commit423e8061afea485bdb8189a87b42ea34d75be201 (patch)
tree383c0a0309fcb9771f2d277476a8e049411d03d4 /packages/python
parent6eef1a8eeebf07e608d02f1f2861a7baf1b93644 (diff)
python-cheetah_2.0.1.bb: package version 2.0.1 of the cheetah template engine
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-cheetah_2.0.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/python/python-cheetah_2.0.1.bb b/packages/python/python-cheetah_2.0.1.bb
new file mode 100644
index 0000000000..55f0b37b00
--- /dev/null
+++ b/packages/python/python-cheetah_2.0.1.bb
@@ -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