aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-flup_1.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-flup_1.0.1.bb')
-rw-r--r--recipes/python/python-flup_1.0.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/python/python-flup_1.0.1.bb b/recipes/python/python-flup_1.0.1.bb
new file mode 100644
index 0000000000..d5f865da11
--- /dev/null
+++ b/recipes/python/python-flup_1.0.1.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "Random assortment of WSGI servers"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "BSD"
+SRCNAME = "flup"
+PR = "ml0"
+
+SRC_URI = "http://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools