generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
8
package/python-pyxb/Config.in
Normal file
8
package/python-pyxb/Config.in
Normal 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/
|
||||
4
package/python-pyxb/python-pyxb.hash
Normal file
4
package/python-pyxb/python-pyxb.hash
Normal 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
|
||||
14
package/python-pyxb/python-pyxb.mk
Normal file
14
package/python-pyxb/python-pyxb.mk
Normal 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))
|
||||
Reference in New Issue
Block a user