summaryrefslogtreecommitdiffstats
path: root/package/python-webpy/python-webpy.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/python-webpy/python-webpy.mk')
-rw-r--r--package/python-webpy/python-webpy.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/python-webpy/python-webpy.mk b/package/python-webpy/python-webpy.mk
new file mode 100644
index 0000000000..ef5b6b3d78
--- /dev/null
+++ b/package/python-webpy/python-webpy.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# python-webpy
+#
+################################################################################
+
+PYTHON_WEBPY_VERSION = 0.37
+PYTHON_WEBPY_SITE = $(call github,webpy,webpy,webpy-$(PYTHON_WEBPY_VERSION))
+PYTHON_WEBPY_SETUP_TYPE = distutils
+PYTHON_WEBPY_LICENSE = Public Domain, CherryPy License
+PYTHON_WEBPY_LICENSE_FILES = LICENSE.txt web/wsgiserver/LICENSE.txt
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud