mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
9
package/python-msgpack/Config.in
Normal file
9
package/python-msgpack/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_MSGPACK
|
||||
bool "python-msgpack"
|
||||
help
|
||||
MessagePack (http://msgpack.org/) is a fast, compact binary
|
||||
serialization format, suitable for similar data to JSON.
|
||||
This package provides a pure python library for reading
|
||||
and writing MessagePack data.
|
||||
|
||||
https://pypi.python.org/pypi/msgpack-python/
|
5
package/python-msgpack/python-msgpack.hash
Normal file
5
package/python-msgpack/python-msgpack.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/msgpack/json
|
||||
md5 1b96537be6f5186fed0d131aaa59ef26 msgpack-0.6.1.tar.gz
|
||||
sha256 4008c72f5ef2b7936447dcb83db41d97e9791c83221be13d5e19db0796df1972 msgpack-0.6.1.tar.gz
|
||||
# Locally computed sha256
|
||||
sha256 492dedba85da5872f78e6091bcd1fea474d660d35acb4dee964b8aab3f007427 COPYING
|
14
package/python-msgpack/python-msgpack.mk
Normal file
14
package/python-msgpack/python-msgpack.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-msgpack
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MSGPACK_VERSION = 0.6.1
|
||||
PYTHON_MSGPACK_SOURCE = msgpack-$(PYTHON_MSGPACK_VERSION).tar.gz
|
||||
PYTHON_MSGPACK_SITE = https://files.pythonhosted.org/packages/81/9c/0036c66234482044070836cc622266839e2412f8108849ab0bfdeaab8578
|
||||
PYTHON_MSGPACK_LICENSE = Apache-2.0
|
||||
PYTHON_MSGPACK_LICENSE_FILES = COPYING
|
||||
PYTHON_MSGPACK_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user