diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2014-11-12 01:27:04 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-17 17:06:54 +0100 |
commit | a6f0cfa51fc5b0480779885a00d67c1a36e77947 (patch) | |
tree | 80c5bf3a9e3eb5e6a275f137f9813065f3c6c37c /package/python-webpy/python-webpy.mk | |
parent | afae45bb8340926b3043c05fe6395ebdc839b82f (diff) | |
download | buildroot-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.mk | 13 |
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)) |