Commit b32323f8 authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Peter Korsgaard
Browse files

python-pyxb: new package



[Peter: fix license tag, white space]
Signed-off-by: default avatarYegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent a5d88d8c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"
+7 −0
Original line number Diff line number Diff line
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/
+2 −0
Original line number Diff line number Diff line
# Locally computed:
sha256  14ced19ecce51e7cd26434446f9bd6b4e309e91806f1f6fc5e21f4ac736aa0de  python-pyxb-1.2.4.tar.gz
+13 −0
Original line number Diff line number Diff line
################################################################################
#
# 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))