generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-simplejson/Config.in
Normal file
6
package/python-simplejson/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_SIMPLEJSON
|
||||
bool "python-simplejson"
|
||||
help
|
||||
Simple, fast, extensible JSON encoder/decoder for Python.
|
||||
|
||||
https://pypi.python.org/pypi/simplejson/
|
||||
5
package/python-simplejson/python-simplejson.hash
Normal file
5
package/python-simplejson/python-simplejson.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/simplejson/json
|
||||
md5 0b8f47c9451bf101a791f8b5bccf1f33 simplejson-3.17.6.tar.gz
|
||||
sha256 cf98038d2abf63a1ada5730e91e84c642ba6c225b0198c3684151b1f80c5f8a6 simplejson-3.17.6.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 fcaa1e313a99304322e2e0836ea4ee7d839ce9a480438f3922a853edfdde129f LICENSE.txt
|
||||
16
package/python-simplejson/python-simplejson.mk
Normal file
16
package/python-simplejson/python-simplejson.mk
Normal file
@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-simplejson
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SIMPLEJSON_VERSION = 3.17.6
|
||||
PYTHON_SIMPLEJSON_SOURCE = simplejson-$(PYTHON_SIMPLEJSON_VERSION).tar.gz
|
||||
PYTHON_SIMPLEJSON_SITE = https://files.pythonhosted.org/packages/7a/47/c7cc3d4ed15f09917838a2fb4e1759eafb6d2f37ebf7043af984d8b36cf7
|
||||
PYTHON_SIMPLEJSON_LICENSE = Academic Free License (AFL), MIT
|
||||
PYTHON_SIMPLEJSON_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_SIMPLEJSON_CPE_ID_VENDOR = simplejson_project
|
||||
PYTHON_SIMPLEJSON_CPE_ID_PRODUCT = simplejson
|
||||
PYTHON_SIMPLEJSON_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user