From 29f2754423d4329136b314824a2637a8b02aefe4 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 23 Apr 2014 23:28:12 -0400 Subject: wsgi: WSGI (PEP 333) Reference Library barbican uses the standalone wsgi reference library. Signed-off-by: Bruce Ashfield --- .../python/python-wsgiref_0.1.2.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-wsgiref_0.1.2.bb diff --git a/meta-openstack/recipes-devtools/python/python-wsgiref_0.1.2.bb b/meta-openstack/recipes-devtools/python/python-wsgiref_0.1.2.bb new file mode 100644 index 0000000..e25dd1d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-wsgiref_0.1.2.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "WSGI (PEP 333) Reference Library" +HOMEPAGE = "http://cheeseshop.python.org/pypi/wsgiref" +SECTION = "devel/python" +LICENSE = "PSF" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=fe761dfec1d54629c6b9a3bbc7b1baf5" + +PR = "r0" + +SRCNAME = "wsgiref" +SRC_URI = "http://pypi.python.org/packages/source/w/${SRCNAME}/${SRCNAME}-${PV}.zip" + +SRC_URI[md5sum] = "29b146e6ebd0f9fb119fe321f7bcf6cb" +SRC_URI[sha256sum] = "c7e610c800957046c04c8014aab8cce8f0b9f0495c8cd349e57c1f7cabf40e79" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf