Add buildroot 2018-02
This commit is contained in:
9
buildroot/package/python-werkzeug/Config.in
Normal file
9
buildroot/package/python-werkzeug/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_WERKZEUG
|
||||
bool "python-werkzeug"
|
||||
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
|
||||
help
|
||||
Werkzeug is a WSGI utility library for Python. It's widely
|
||||
used and BSD licensed.
|
||||
|
||||
http://werkzeug.pocoo.org/
|
||||
3
buildroot/package/python-werkzeug/python-werkzeug.hash
Normal file
3
buildroot/package/python-werkzeug/python-werkzeug.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/Werkzeug/json, sha256 locally computed
|
||||
md5 e385b2c5a7193cff24c689b31e1124dc Werkzeug-0.12.2.tar.gz
|
||||
sha256 903a7b87b74635244548b30d30db4c8947fe64c5198f58899ddcd3a13c23bb26 Werkzeug-0.12.2.tar.gz
|
||||
14
buildroot/package/python-werkzeug/python-werkzeug.mk
Normal file
14
buildroot/package/python-werkzeug/python-werkzeug.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user