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:
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/
|
||||
3
package/python-simplejson/python-simplejson.hash
Normal file
3
package/python-simplejson/python-simplejson.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/simplejson/json, sha256 locally computed
|
||||
md5 6e2f1bd5fb0a926facf5d89d217a7183 simplejson-3.11.1.tar.gz
|
||||
sha256 01a22d49ddd9a168b136f26cac87d9a335660ce07aa5c630b8e3607d6f4325e7 simplejson-3.11.1.tar.gz
|
||||
14
package/python-simplejson/python-simplejson.mk
Normal file
14
package/python-simplejson/python-simplejson.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-simplejson
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SIMPLEJSON_VERSION = 3.11.1
|
||||
PYTHON_SIMPLEJSON_SOURCE = simplejson-$(PYTHON_SIMPLEJSON_VERSION).tar.gz
|
||||
PYTHON_SIMPLEJSON_SITE = https://pypi.python.org/packages/08/48/c97b668d6da7d7bebe7ea1817a6f76394b0ec959cb04214ca833c34359df
|
||||
PYTHON_SIMPLEJSON_LICENSE = Academic Free License (AFL), MIT
|
||||
PYTHON_SIMPLEJSON_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_SIMPLEJSON_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user