This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_UBJSON
bool "python-ubjson"
help
This is a Python v3.2+ (and 2.7+) Universal Binary JSON
encoder/decoder based on the draft-12 specification.
https://pypi.python.org/pypi/py-ubjson
+5
View File
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/py-ubjson/json
md5 5dbbecd3dbecd744e45f27f14e2da5e1 py-ubjson-0.12.0.tar.gz
sha256 b796cb5077a06c932f0d148f4eef4ce0f045a05cb14393177a6d034be9f8e364 py-ubjson-0.12.0.tar.gz
# Locally computed sha256 checksums
sha256 ca182abcb84ad9984c9af2e30cb70c4fe0e1772674355207e8fcdb85e8c5e75f LICENSE
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# python-ubjson
#
################################################################################
PYTHON_UBJSON_VERSION = 0.12.0
PYTHON_UBJSON_SOURCE = py-ubjson-$(PYTHON_UBJSON_VERSION).tar.gz
PYTHON_UBJSON_SITE = https://files.pythonhosted.org/packages/68/9c/a6c34e565351f0b04bcf6835e38bc4bd0647269dc48670e12eb99a3f5ef5
PYTHON_UBJSON_LICENSE = Apache-2.0
PYTHON_UBJSON_LICENSE_FILES = LICENSE
PYTHON_UBJSON_SETUP_TYPE = setuptools
$(eval $(python-package))