Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 additions and 0 deletions

View 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/

View 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

View 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))