[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,8 @@
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,4 @@
# md5 from https://pypi.python.org/pypi/PyXB/json, sha256 locally computed
md5 4303573fc7094ce4664c5b71cd4bdb48 PyXB-1.2.6.tar.gz
sha256 2a00f38dd1d87b88f92d79bc5a09718d730419b88e814545f472bbd5a3bf27b4 PyXB-1.2.6.tar.gz
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-pyxb
#
################################################################################
PYTHON_PYXB_VERSION = 1.2.6
PYTHON_PYXB_SOURCE = PyXB-$(PYTHON_PYXB_VERSION).tar.gz
PYTHON_PYXB_SITE = https://pypi.python.org/packages/e3/09/4fdb190ea2b7cb43d6d3e745276ee69f4d6181be70fcbfda7df3c5f72f0e
PYTHON_PYXB_LICENSE = Apache-2.0
PYTHON_PYXB_LICENSE_FILES = LICENSE
PYTHON_PYXB_SETUP_TYPE = distutils
$(eval $(python-package))