[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_U_MSGPACK
bool "python-u-msgpack"
help
A portable, lightweight MessagePack serializer and
deserializer written in pure Python.
https://github.com/vsergeev/u-msgpack-python

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/u-msgpack-python/json
md5 8691cea6bc7b44bce6e2115260a54323 u-msgpack-python-2.7.1.tar.gz
sha256 b7e7d433cab77171a4c752875d91836f3040306bab5063fb6dbe11f64ea69551 u-msgpack-python-2.7.1.tar.gz
# Locally computed sha256 checksums
sha256 268ae7b7efbf67cd7bc0a9efea844fcf448d03f9cc6b8c79e8fe311815985030 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-u-msgpack
#
################################################################################
PYTHON_U_MSGPACK_VERSION = 2.7.1
PYTHON_U_MSGPACK_SOURCE = u-msgpack-python-$(PYTHON_U_MSGPACK_VERSION).tar.gz
PYTHON_U_MSGPACK_SITE = https://files.pythonhosted.org/packages/62/94/a4f485b628310534d377b3e7cb6f85b8066dc823dbff0e4421fb4227fb7e
PYTHON_U_MSGPACK_SETUP_TYPE = setuptools
PYTHON_U_MSGPACK_LICENSE = MIT
PYTHON_U_MSGPACK_LICENSE_FILES = LICENSE
$(eval $(python-package))