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:
9
package/python-jsonmodels/Config.in
Normal file
9
package/python-jsonmodels/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_JSONMODELS
|
||||
bool "python-jsonmodels"
|
||||
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
help
|
||||
Models to make easier to deal with structures that are
|
||||
converted to, or read from JSON.
|
||||
|
||||
https://github.com/beregond/jsonmodels
|
5
package/python-jsonmodels/python-jsonmodels.hash
Normal file
5
package/python-jsonmodels/python-jsonmodels.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/jsonmodels/json
|
||||
md5 96132e252887f840d23792c03fad2039 jsonmodels-2.4.tar.gz
|
||||
sha256 abc8dc334a1794513e511a75639f77c271ef6a2992b6793f3753c7335dd18775 jsonmodels-2.4.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 3b1219763eec6924ddd4c4d61dee6a53c5fc9ab62707a9ad763ee363d3050cc5 LICENSE
|
14
package/python-jsonmodels/python-jsonmodels.mk
Normal file
14
package/python-jsonmodels/python-jsonmodels.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-jsonmodels
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_JSONMODELS_VERSION = 2.4
|
||||
PYTHON_JSONMODELS_SOURCE = jsonmodels-$(PYTHON_JSONMODELS_VERSION).tar.gz
|
||||
PYTHON_JSONMODELS_SITE = https://files.pythonhosted.org/packages/68/00/524668dc751f9ef91e73c795b2073bf2ddb79728a474d1bcab9c6dc426d8
|
||||
PYTHON_JSONMODELS_SETUP_TYPE = setuptools
|
||||
PYTHON_JSONMODELS_LICENSE = BSD-3-Clause
|
||||
PYTHON_JSONMODELS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user