aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lippautz <michael.lippautz@gmail.com>2010-03-07 14:44:42 +0100
committerMichael Lippautz <michael.lippautz@gmail.com>2010-03-07 14:47:18 +0100
commitff2dd30ccc4c3a474dd7e73bd0efa3afc8fdc474 (patch)
tree6aedfe0b44dd0f3be213c2cb775907f44a3b7896
parent7db0a572106cd84726e2992780fbe5ece9bfbd6a (diff)
downloadopenembedded-ff2dd30ccc4c3a474dd7e73bd0efa3afc8fdc474.tar.gz
python-wsgiref: Add new recipe
* Adds Web Server Gateway Interface (WSGI) Framework
-rw-r--r--recipes/python/python-wsgiref_0.1.2.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/python/python-wsgiref_0.1.2.bb b/recipes/python/python-wsgiref_0.1.2.bb
new file mode 100644
index 0000000000..757a81c4f5
--- /dev/null
+++ b/recipes/python/python-wsgiref_0.1.2.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "WSGI (PEP 333) Reference Library"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "PSF ZPL"
+SRCNAME = "wsgiref"
+PR = "ml0"
+
+SRC_URI = "http://pypi.python.org/packages/source/w/${SRCNAME}/${SRCNAME}-${PV}.zip;name=wsgiref"
+SRC_URI[wsgiref.md5sum] = "29b146e6ebd0f9fb119fe321f7bcf6cb"
+SRC_URI[wsgiref.sha256sum] = "c7e610c800957046c04c8014aab8cce8f0b9f0495c8cd349e57c1f7cabf40e79"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools