[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

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

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/py-ubjson/json
md5 0f9f2b4d68ae8e70c6f624b1cdaca161 py-ubjson-0.16.1.tar.gz
sha256 b9bfb8695a1c7e3632e800fb83c943bf67ed45ddd87cd0344851610c69a5a482 py-ubjson-0.16.1.tar.gz
# Locally computed sha256 checksums
sha256 ca182abcb84ad9984c9af2e30cb70c4fe0e1772674355207e8fcdb85e8c5e75f LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-ubjson
#
################################################################################
PYTHON_UBJSON_VERSION = 0.16.1
PYTHON_UBJSON_SOURCE = py-ubjson-$(PYTHON_UBJSON_VERSION).tar.gz
PYTHON_UBJSON_SITE = https://files.pythonhosted.org/packages/1d/c7/28220d37e041fe1df03e857fe48f768dcd30cd151480bf6f00da8713214a
PYTHON_UBJSON_LICENSE = Apache-2.0
PYTHON_UBJSON_LICENSE_FILES = LICENSE
PYTHON_UBJSON_SETUP_TYPE = setuptools
$(eval $(python-package))