From aa0b20d4326fd00c7de3eb08c36b8f748fee2161 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Fri, 17 May 2013 17:35:17 +0300 Subject: python-tempita: added 0.5.1 Signed-off-by: Mihai Prica --- .../recipes-devtools/python/python-tempita_0.5.1.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-tempita_0.5.1.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-tempita_0.5.1.bb b/meta-openstack/recipes-devtools/python/python-tempita_0.5.1.bb new file mode 100644 index 0000000..63d5dd1 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-tempita_0.5.1.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "A very small text templating language" +HOMEPAGE = "http://pythonpaste.org/tempita/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://setup.py;beginline=29;endline=29;md5=76f61a7d8ab2ed53293639c86c95ad4b" + +PR = "r0" +SRCNAME = "Tempita" + +SRC_URI = "https://pypi.python.org/packages/source/T/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "f75bdfeabd2f3755f1ff32d582a574a4" +SRC_URI[sha256sum] = "0ebe6938ca7401db79bac279849fffcb5752029150bcb6f3c3edbe7aa9a077d8" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf