update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,10 @@
config BR2_PACKAGE_PYTHON_PYPARSING
bool "python-pyparsing"
help
The pyparsing module is an alternative approach to creating and
executing simple grammars, vs. the traditional lex/yacc approach,
or the use of regular expressions. The pyparsing module provides
a library of classes that client code uses to construct the grammar
directly in Python code.
http://pyparsing.wikispaces.com/

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/pyparsing/json, sha256 locally computed
md5 ee943c354eac79526533c58342f322c7 pyparsing-2.1.9.tar.gz
sha256 93326f5490bcfe7069806ff342692e75f72529cfa82f20683b5fceeb5d4a7fc2 pyparsing-2.1.9.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-pyparsing
#
################################################################################
PYTHON_PYPARSING_VERSION = 2.1.9
PYTHON_PYPARSING_SOURCE = pyparsing-$(PYTHON_PYPARSING_VERSION).tar.gz
PYTHON_PYPARSING_SITE = https://pypi.python.org/packages/87/ee/6f3a94d834c82a5c1a74f2fc77775ff05b5fbbf7d97f844e6fff5e2ff94b
PYTHON_PYPARSING_LICENSE = MIT
PYTHON_PYPARSING_LICENSE_FILES = LICENSE
PYTHON_PYPARSING_SETUP_TYPE = setuptools
$(eval $(python-package))