mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
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:
committed by
Peter Korsgaard
parent
a5d88d8cca
commit
b32323f80d
13
package/python-pyxb/python-pyxb.mk
Normal file
13
package/python-pyxb/python-pyxb.mk
Normal 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))
|
||||
Reference in New Issue
Block a user