Update buidlroot to version 2016.08.1

This commit is contained in:
2016-11-16 22:07:29 +01:00
parent 807ab03547
commit a1061efbc2
3636 changed files with 59539 additions and 25783 deletions

View File

@@ -0,0 +1,11 @@
config BR2_PACKAGE_PYTHON_INIPARSE
bool "python-iniparse"
depends on BR2_PACKAGE_PYTHON
help
iniparse is an INI parser for Python which is API compatible
with the standard library's ConfigParser, preserves
structure of INI files (order of sections & options,
indentation, comments, and blank lines are preserved when
data is updated), and is more convenient to use.
https://pypi.python.org/pypi/iniparse

View File

@@ -0,0 +1,4 @@
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=5e573e9e9733d97623881ce9bbe5eca6, sha256 locally computed
md5 5e573e9e9733d97623881ce9bbe5eca6 iniparse-0.4.tar.gz
sha256 abc1ee12d2cfb2506109072d6c21e40b6c75a3fe90a9c924327d80bc0d99c054 iniparse-0.4.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-iniparse
#
################################################################################
PYTHON_INIPARSE_VERSION = 0.4
PYTHON_INIPARSE_SOURCE = iniparse-$(PYTHON_INIPARSE_VERSION).tar.gz
PYTHON_INIPARSE_SITE = https://pypi.python.org/packages/source/i/iniparse
PYTHON_INIPARSE_LICENSE = Python software foundation license v2, MIT
PYTHON_INIPARSE_LICENSE_FILES = LICENSE-PSF LICENSE
PYTHON_INIPARSE_SETUP_TYPE = distutils
$(eval $(python-package))