Update buidlroot to version 2016.08.1
This commit is contained in:
7
bsp/buildroot/package/python-u-msgpack/Config.in
Normal file
7
bsp/buildroot/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
|
||||
@@ -0,0 +1,4 @@
|
||||
# md5 from https://pypi.python.org/pypi/u-msgpack-python/json
|
||||
md5 2ccadbf06c7e70bbdb58e920d045d50c u-msgpack-python-2.1.tar.gz
|
||||
# sha256 calculated by scanpypi
|
||||
sha256 66a39ddc6830be29b6d304dee9d4ab37104550ac4565eab1aa4c2bd3d34d759f u-msgpack-python-2.1.tar.gz
|
||||
14
bsp/buildroot/package/python-u-msgpack/python-u-msgpack.mk
Normal file
14
bsp/buildroot/package/python-u-msgpack/python-u-msgpack.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-u-msgpack
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_U_MSGPACK_VERSION = 2.1
|
||||
PYTHON_U_MSGPACK_SOURCE = u-msgpack-python-$(PYTHON_U_MSGPACK_VERSION).tar.gz
|
||||
PYTHON_U_MSGPACK_SITE = https://pypi.python.org/packages/b7/8d/791f037a0954f98a8eceb09c7c14babb97db0a81c985108bb21939b801eb
|
||||
PYTHON_U_MSGPACK_SETUP_TYPE = distutils
|
||||
PYTHON_U_MSGPACK_LICENSE = MIT
|
||||
PYTHON_U_MSGPACK_LICENSE_FILES = umsgpack.py
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user