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

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 ba0ec9036933edbbf33a344a5c72dd14 u-msgpack-python-2.5.0.tar.gz
sha256 7ff18ae3721fa75571f9329c08f7c0120416a6ae36194bd8674f65b3b78d0702 u-msgpack-python-2.5.0.tar.gz
# Locally computed sha256
sha256 0603a3e697a80b13640e3023bb534727f683ada5c4b0b0149d001ec5272d64f4 LICENSE

View File

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