kumquat-buildroot/package/python-werkzeug/python-werkzeug.mk
Bernd Kuhls 4c36047128 package/python-werkzeug: bump version to 0.11.11
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-07 15:15:20 +02:00

15 lines
550 B
Makefile

################################################################################
#
# python-werkzeug
#
################################################################################
PYTHON_WERKZEUG_VERSION = 0.11.11
PYTHON_WERKZEUG_SOURCE = Werkzeug-$(PYTHON_WERKZEUG_VERSION).tar.gz
PYTHON_WERKZEUG_SITE = https://pypi.python.org/packages/43/2e/d822b4a4216804519ace92e0368dcfc4b0b2887462d852fdd476b253ecc9
PYTHON_WERKZEUG_SETUP_TYPE = setuptools
PYTHON_WERKZEUG_LICENSE = BSD-3c
PYTHON_WERKZEUG_LICENSE_FILES = LICENSE
$(eval $(python-package))