Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_UBJSON
bool "python-ubjson"
help
This is a Python v3.2+ (and 2.7+) Universal Binary JSON
encoder/decoder based on the draft-12 specification.
https://pypi.python.org/pypi/py-ubjson

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/py-ubjson/json, sha256 locally computed
md5 c78bbe899eeba9604302ad746094e8d1 py-ubjson-0.9.0.tar.gz
sha256 b405daaa82acdf5989207e1e5ff6865ef7d23bf450513a6d90a1ab64c75bdcf8 py-ubjson-0.9.0.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-ubjson
#
################################################################################
PYTHON_UBJSON_VERSION = 0.9.0
PYTHON_UBJSON_SOURCE = py-ubjson-$(PYTHON_UBJSON_VERSION).tar.gz
PYTHON_UBJSON_SITE = https://pypi.python.org/packages/d4/40/a80006884ec03a54a5c6c53ae76df9978536862f0683b6e6280e3808d289
PYTHON_UBJSON_LICENSE = Apache-2.0
PYTHON_UBJSON_LICENSE_FILES = LICENSE
PYTHON_UBJSON_SETUP_TYPE = setuptools
$(eval $(python-package))