kumquat-buildroot/package/python-webpy/python-webpy.mk
Yegor Yefremov f841880be1 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>
2015-12-14 17:59:46 +01:00

15 lines
525 B
Makefile

################################################################################
#
# python-webpy
#
################################################################################
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_SETUP_TYPE = distutils
PYTHON_WEBPY_LICENSE = Public Domain, CherryPy License
PYTHON_WEBPY_LICENSE_FILES = LICENSE.txt web/wsgiserver/LICENSE.txt
$(eval $(python-package))