python-pyxb: new package

[Peter: fix license tag, white space]
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yegor Yefremov 2015-01-20 21:41:38 +01:00 committed by Peter Korsgaard
parent a5d88d8cca
commit b32323f80d
4 changed files with 23 additions and 0 deletions

View File

@ -545,6 +545,7 @@ menu "external python modules"
source "package/python-pysnmp-apps/Config.in"
source "package/python-pysnmp-mibs/Config.in"
source "package/python-pyusb/Config.in"
source "package/python-pyxb/Config.in"
source "package/python-pyzmq/Config.in"
source "package/python-requests/Config.in"
source "package/python-rtslib-fb/Config.in"

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,2 @@
# Locally computed:
sha256 14ced19ecce51e7cd26434446f9bd6b4e309e91806f1f6fc5e21f4ac736aa0de python-pyxb-1.2.4.tar.gz

View File

@ -0,0 +1,13 @@
################################################################################
#
# python-pyxb
#
################################################################################
PYTHON_PYXB_VERSION = 1.2.4
PYTHON_PYXB_SITE = $(call github,pabigot,pyxb,PyXB-$(PYTHON_PYXB_VERSION))
PYTHON_PYXB_LICENSE = Apache-2.0
PYTHON_PYXB_LICENSE_FILES = LICENSE
PYTHON_PYXB_SETUP_TYPE = distutils
$(eval $(python-package))