First commit of Shredos v2021.08.2_19_x86-64_0.32.014

This commit is contained in:
PartialVolume
2021-11-23 23:01:30 +00:00
commit 49625f0571
12651 changed files with 532695 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_JMESPATH
bool "python-jmespath"
help
JMESPath is a query language for JSON.
https://github.com/jmespath/jmespath.py

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/jmespath/json
md5 65bdcb5fa5bcf1cc710ffa508e78e408 jmespath-0.10.0.tar.gz
sha256 b85d0567b8666149a93172712e68920734333c0ce7e89b78b3e987f71e5ed4f9 jmespath-0.10.0.tar.gz
# Locally computed sha256 checksums
sha256 66b313cce80ed0623fc7db3f24863a0c80fd83eb341a46b57864158ae74faa56 LICENSE.txt

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-jmespath
#
################################################################################
PYTHON_JMESPATH_VERSION = 0.10.0
PYTHON_JMESPATH_SOURCE = jmespath-$(PYTHON_JMESPATH_VERSION).tar.gz
PYTHON_JMESPATH_SITE = https://files.pythonhosted.org/packages/3c/56/3f325b1eef9791759784aa5046a8f6a1aff8f7c898a2e34506771d3b99d8
PYTHON_JMESPATH_SETUP_TYPE = setuptools
PYTHON_JMESPATH_LICENSE = MIT
PYTHON_JMESPATH_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))