Add buildroot 2018-02
This commit is contained in:
7
buildroot/package/python-ubjson/Config.in
Normal file
7
buildroot/package/python-ubjson/Config.in
Normal 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
|
||||
3
buildroot/package/python-ubjson/python-ubjson.hash
Normal file
3
buildroot/package/python-ubjson/python-ubjson.hash
Normal 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
|
||||
14
buildroot/package/python-ubjson/python-ubjson.mk
Normal file
14
buildroot/package/python-ubjson/python-ubjson.mk
Normal 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))
|
||||
Reference in New Issue
Block a user