From: Jeremy Laine Date: Tue, 20 Nov 2007 10:23:16 +0000 (+0000) Subject: python-cheetah_2.0.1.bb: package version 2.0.1 of the cheetah template engine X-Git-Tag: Release-2010-05/1~8332 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=423e8061afea485bdb8189a87b42ea34d75be201;p=openembedded.git python-cheetah_2.0.1.bb: package version 2.0.1 of the cheetah template engine --- 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