aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-dweba_0.9.9+1.0.0pre14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-dweba_0.9.9+1.0.0pre14.bb')
-rw-r--r--recipes/python/python-dweba_0.9.9+1.0.0pre14.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/python/python-dweba_0.9.9+1.0.0pre14.bb b/recipes/python/python-dweba_0.9.9+1.0.0pre14.bb
new file mode 100644
index 0000000000..ddc5979eab
--- /dev/null
+++ b/recipes/python/python-dweba_0.9.9+1.0.0pre14.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Dweba is a framework to develop distributed and web applications \
+for the python programming language."
+HOMEPAGE = "http://www.threekong.com"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "MIT"
+PR = "ml0"
+
+RPV = "1.0.0-pre14"
+
+SRC_URI = "http://www.threekong.com/download/dweba/dweba-${RPV}.tar.gz"
+S = "${WORKDIR}/dweba-${RPV}"
+
+inherit distutils