From a5917d1e5a9e2a0479797336c844f0e7ff957743 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Fri, 17 May 2013 17:39:09 +0300 Subject: python-webob: added 1.2.3 Signed-off-by: Mihai Prica --- .../recipes-devtools/python/python-webob_1.2.3.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-webob_1.2.3.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-webob_1.2.3.bb b/meta-openstack/recipes-devtools/python/python-webob_1.2.3.bb new file mode 100644 index 0000000..a30ee9c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-webob_1.2.3.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "WSGI request and response object" +HOMEPAGE = "http://webob.org/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://docs/license.txt;md5=8ed3584bcc78c16da363747ccabc5af5" + +PR = "r0" +SRCNAME = "WebOb" + +SRC_URI = "http://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "11825b7074ba7043e157805e4e6e0f55" +SRC_URI[sha256sum] = "325c249f3ac35e72b75ba13b2c60317def0c986a24a413ebf700509ea4c73a13" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS_${PN} += " \ + python-sphinx \ + python-nose \ + " + -- cgit v1.2.3-54-g00ecf