buildroot/package/python-werkzeug/python-werkzeug.mk
Michael Nosthoff 1494533a5c package/python-werkzeug: bump version to 1.0.1
Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-09-30 21:35:03 +02:00

15 lines
565 B
Makefile

################################################################################
#
# python-werkzeug
#
################################################################################
PYTHON_WERKZEUG_VERSION = 1.0.1
PYTHON_WERKZEUG_SOURCE = Werkzeug-$(PYTHON_WERKZEUG_VERSION).tar.gz
PYTHON_WERKZEUG_SITE = https://files.pythonhosted.org/packages/10/27/a33329150147594eff0ea4c33c2036c0eadd933141055be0ff911f7f8d04
PYTHON_WERKZEUG_SETUP_TYPE = setuptools
PYTHON_WERKZEUG_LICENSE = BSD-3-Clause
PYTHON_WERKZEUG_LICENSE_FILES = LICENSE.rst
$(eval $(python-package))