generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-u-msgpack/Config.in
Normal file
7
package/python-u-msgpack/Config.in
Normal 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
|
||||
5
package/python-u-msgpack/python-u-msgpack.hash
Normal file
5
package/python-u-msgpack/python-u-msgpack.hash
Normal 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
|
||||
14
package/python-u-msgpack/python-u-msgpack.mk
Normal file
14
package/python-u-msgpack/python-u-msgpack.mk
Normal 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))
|
||||
Reference in New Issue
Block a user