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,7 @@
config BR2_PACKAGE_PYTHON_PYXB
bool "python-pyxb"
help
PyXB is a pure Python package that generates Python code
for classes that correspond to data structures defined by XMLSchema.
http://pyxb.sourceforge.net/

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/pyxb/json, sha256 locally computed
md5 197c462ab8427ea197313ca3776b252a PyXB-1.2.5.tar.gz
sha256 4e8f62ee2cfffc37e4f40634ab9c79e0311cfaf28cf4ce5e7f4828ec56e4ff67 PyXB-1.2.5.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-pyxb
#
################################################################################
PYTHON_PYXB_VERSION = 1.2.5
PYTHON_PYXB_SOURCE = PyXB-$(PYTHON_PYXB_VERSION).tar.gz
PYTHON_PYXB_SITE = https://pypi.python.org/packages/43/7a/9d40392e4380463f37bf5aa2851dfd8ba7c0e4d2a9dc2355177b8b785794
PYTHON_PYXB_LICENSE = Apache-2.0
PYTHON_PYXB_LICENSE_FILES = LICENSE
PYTHON_PYXB_SETUP_TYPE = distutils
$(eval $(python-package))