mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
9
package/python-dicttoxml/Config.in
Normal file
9
package/python-dicttoxml/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_DICTTOXML
|
||||
bool "python-dicttoxml"
|
||||
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
Converts a Python dictionary or other native data type into
|
||||
a valid XML string.
|
||||
|
||||
https://github.com/quandyfactory/dicttoxml
|
||||
5
package/python-dicttoxml/python-dicttoxml.hash
Normal file
5
package/python-dicttoxml/python-dicttoxml.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5 from https://pypi.python.org/pypi/dicttoxml/json
|
||||
md5 ec5643a048cf32dad3c28db236b923e4 dicttoxml-1.7.4.tar.gz
|
||||
# Locally computed
|
||||
sha256 ea44cc4ec6c0f85098c57a431a1ee891b3549347b07b7414c8a24611ecf37e45 dicttoxml-1.7.4.tar.gz
|
||||
sha256 4514114bd9da0b2fbf8c4fa264c0e6cc80fd41e6ac7f09d7a39a215662951c7c LICENCE.txt
|
||||
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 = GPL-2.0
|
||||
PYTHON_DICTTOXML_LICENSE_FILES = LICENCE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user