mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
python-dicttoxml: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
f4f37eb633
commit
6e386a04d6
14
package/python-dicttoxml/python-dicttoxml.mk
Normal file
14
package/python-dicttoxml/python-dicttoxml.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-dicttoxml
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_DICTTOXML_VERSION = 1.7.4
|
||||
PYTHON_DICTTOXML_SOURCE = dicttoxml-$(PYTHON_DICTTOXML_VERSION).tar.gz
|
||||
PYTHON_DICTTOXML_SITE = https://pypi.python.org/packages/74/36/534db111db9e7610a41641a1f6669a964aacaf51858f466de264cc8dcdd9
|
||||
PYTHON_DICTTOXML_SETUP_TYPE = distutils
|
||||
PYTHON_DICTTOXML_LICENSE = GPLv2
|
||||
PYTHON_DICTTOXML_LICENSE_FILES = LICENCE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user