package: add python-werkzeug

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard
2014-11-14 15:15:10 +01:00
parent 38f33dcaea
commit deb7dcd487
4 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-werkzeug
#
################################################################################
PYTHON_WERKZEUG_VERSION = 0.9.6
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))