summaryrefslogtreecommitdiffstats
path: root/recipes/python/python-webpy_0.31.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-webpy_0.31.bb')
-rw-r--r--recipes/python/python-webpy_0.31.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/python/python-webpy_0.31.bb b/recipes/python/python-webpy_0.31.bb
new file mode 100644
index 0000000000..616e8b4c9b
--- /dev/null
+++ b/recipes/python/python-webpy_0.31.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "A Lightweight Web Application Framework"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "PSF"
+PR = "ml0"
+
+SRC_URI = "http://webpy.org/static/web.py-${PV}.tar.gz"
+S = "${WORKDIR}/webpy"
+
+inherit distutils
+
+RDEPENDS = "\
+ python-netserver \
+ python-netclient \
+ python-pprint \
+"
+