diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2015-12-14 09:25:57 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-14 17:59:46 +0100 |
commit | f841880be1198017a83baacb524de1c8a61eab86 (patch) | |
tree | 2815d5f4808a9a2a8be2425ac55500f06d68674e /package/python-webpy/python-webpy.mk | |
parent | 57c953d1e45fc9acb488e4fd994e9f0e3e820a45 (diff) | |
download | buildroot-f841880be1198017a83baacb524de1c8a61eab86.tar.gz buildroot-f841880be1198017a83baacb524de1c8a61eab86.zip |
python-webpy: add a hash file and use pypi download location
Signed-off-by: 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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/python-webpy/python-webpy.mk b/package/python-webpy/python-webpy.mk index ef5b6b3d78..2074b3921b 100644 --- a/package/python-webpy/python-webpy.mk +++ b/package/python-webpy/python-webpy.mk @@ -5,7 +5,8 @@ ################################################################################ PYTHON_WEBPY_VERSION = 0.37 -PYTHON_WEBPY_SITE = $(call github,webpy,webpy,webpy-$(PYTHON_WEBPY_VERSION)) +PYTHON_WEBPY_SOURCE = web.py-$(PYTHON_WEBPY_VERSION).tar.gz +PYTHON_WEBPY_SITE = https://pypi.python.org/packages/source/w/web.py PYTHON_WEBPY_SETUP_TYPE = distutils PYTHON_WEBPY_LICENSE = Public Domain, CherryPy License PYTHON_WEBPY_LICENSE_FILES = LICENSE.txt web/wsgiserver/LICENSE.txt |