summaryrefslogtreecommitdiffstats
path: root/package/python-webpy/python-webpy.mk
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2014-11-12 01:27:04 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-11-17 17:06:54 +0100
commita6f0cfa51fc5b0480779885a00d67c1a36e77947 (patch)
tree80c5bf3a9e3eb5e6a275f137f9813065f3c6c37c /package/python-webpy/python-webpy.mk
parentafae45bb8340926b3043c05fe6395ebdc839b82f (diff)
downloadbuildroot-a6f0cfa51fc5b0480779885a00d67c1a36e77947.tar.gz
buildroot-a6f0cfa51fc5b0480779885a00d67c1a36e77947.zip
python-webpy: add new package
[Peter: drop redundant python|python3 dependency] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
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