mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 22:13:34 +08:00
537b3c0ca9
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
497 B
Makefile
15 lines
497 B
Makefile
################################################################################
|
|
#
|
|
# python-werkzeug
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_WERKZEUG_VERSION = 0.10
|
|
PYTHON_WERKZEUG_SOURCE = Werkzeug-$(PYTHON_WERKZEUG_VERSION).tar.gz
|
|
PYTHON_WERKZEUG_SITE = http://pypi.python.org/packages/source/W/Werkzeug
|
|
PYTHON_WERKZEUG_SETUP_TYPE = setuptools
|
|
PYTHON_WERKZEUG_LICENSE = BSD-3c
|
|
PYTHON_WERKZEUG_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|