diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-12-19 11:51:17 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-19 14:17:33 +0100 |
commit | 85854ac8b3daefea43cad5c289780f3eeef447b2 (patch) | |
tree | cd71d40e62b78535a5d1a87e7e8c28740ba267c4 /package/python-webpy/python-webpy.mk | |
parent | d2367f8c4e99617a6872a5abc9124e1bf5bee035 (diff) | |
download | buildroot-85854ac8b3daefea43cad5c289780f3eeef447b2.tar.gz buildroot-85854ac8b3daefea43cad5c289780f3eeef447b2.zip |
package/python-webpy: fix licensing information
The license files defined in the .mk do not exist in the release
tarball. However, they do exist in the git repository.
Since the git tree is rather small, switch to using it instead of the
released tarball.
Fixes:
http://autobuild.buildroot.org/results/d94/d944f36220326510c15685efe19075e90e72a5c3/
http://autobuild.buildroot.org/results/14f/14f411ef29cbf0ba8cf4a4fed71556eacc96eb04/
and many others...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-webpy/python-webpy.mk')
-rw-r--r-- | package/python-webpy/python-webpy.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/python-webpy/python-webpy.mk b/package/python-webpy/python-webpy.mk index 2074b3921b..8bcc8ec37f 100644 --- a/package/python-webpy/python-webpy.mk +++ b/package/python-webpy/python-webpy.mk @@ -4,9 +4,8 @@ # ################################################################################ -PYTHON_WEBPY_VERSION = 0.37 -PYTHON_WEBPY_SOURCE = web.py-$(PYTHON_WEBPY_VERSION).tar.gz -PYTHON_WEBPY_SITE = https://pypi.python.org/packages/source/w/web.py +PYTHON_WEBPY_VERSION = webpy-0.37 +PYTHON_WEBPY_SITE = $(call github,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 |