summaryrefslogtreecommitdiff
path: root/packages/python/python-cheetah_1.0.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-16 12:52:11 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-16 12:52:11 +0000
commit06a32233c469a3628048d39bc8c79a864b51c1e0 (patch)
tree70cda69865cc8b546c4acc1b517efaa57e7b97c6 /packages/python/python-cheetah_1.0.bb
parent7b84d457f3f70bb814385e83bd0e001591389104 (diff)
parent1fc87ab9a7b9684565785ce5996aba6f5c03fe53 (diff)
Merge branch 'mickey/python26' into org.openembedded.dev
Diffstat (limited to 'packages/python/python-cheetah_1.0.bb')
-rw-r--r--packages/python/python-cheetah_1.0.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/python/python-cheetah_1.0.bb b/packages/python/python-cheetah_1.0.bb
deleted file mode 100644
index 20fe083d81..0000000000
--- a/packages/python/python-cheetah_1.0.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "template engine and code generation tool"
-SECTION = "devel/python"
-PRIORITY = "optional"
-LICENSE = "MIT-like"
-RDEPENDS = ""
-SRCNAME = "Cheetah"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/cheetahtemplate/${SRCNAME}-${PV}.tar.gz"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-PR = "r0"
-
-inherit distutils
-