Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_H2
bool "python-h2"
select BR2_PACKAGE_PYTHON_HYPERFRAME # runtime
select BR2_PACKAGE_PYTHON_HPACK # runtime
help
HTTP/2 State-Machine based protocol implementation.
http://hyper.rtfd.org

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/h2/json, sha256 locally computed
md5 586686662928c2851eb0f1fe99bf279d h2-3.0.1.tar.gz
sha256 b2962f883fa392a23cbfcc4ad03c335bcc661be0cf9627657b589f0df2206e64 h2-3.0.1.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-h2
#
################################################################################
PYTHON_H2_VERSION = 3.0.1
PYTHON_H2_SOURCE = h2-$(PYTHON_H2_VERSION).tar.gz
PYTHON_H2_SITE = https://pypi.python.org/packages/3c/86/aebb88df3c87255cfd0ffd338608fbfb34d1c850750a486e7f05b013e5a3
PYTHON_H2_SETUP_TYPE = setuptools
PYTHON_H2_LICENSE = MIT
PYTHON_H2_LICENSE_FILES = LICENSE
$(eval $(python-package))