mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
package: add python-werkzeug
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
14
package/python-werkzeug/python-werkzeug.mk
Normal file
14
package/python-werkzeug/python-werkzeug.mk
Normal 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))
|
||||
Reference in New Issue
Block a user