4f4ce889b6
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
555 B
Makefile
15 lines
555 B
Makefile
################################################################################
|
|
#
|
|
# python-werkzeug
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_WERKZEUG_VERSION = 0.12.2
|
|
PYTHON_WERKZEUG_SOURCE = Werkzeug-$(PYTHON_WERKZEUG_VERSION).tar.gz
|
|
PYTHON_WERKZEUG_SITE = https://pypi.python.org/packages/56/41/c095a77eb2dd69bf278dd664a97d3416af04e9ba1a00b8c138f772741d31
|
|
PYTHON_WERKZEUG_SETUP_TYPE = setuptools
|
|
PYTHON_WERKZEUG_LICENSE = BSD-3-Clause
|
|
PYTHON_WERKZEUG_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|