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,9 @@
config BR2_PACKAGE_PYTHON_BOTOCORE
bool "python-botocore"
select BR2_PACKAGE_PYTHON_JMESPATH # runtime
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
select BR2_PACKAGE_PYTHON_URLLIB3 # runtime
help
Low-level, data-driven core of boto 3.
https://github.com/boto/botocore

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/botocore/json
md5 870be84c9b418430ad9d0cb5640e76ef botocore-1.12.210.tar.gz
sha256 b954c596f8bdf31d5fdf1eff8a2296bde8094e1e22961a79b83bb62ddeba8a49 botocore-1.19.48.tar.gz
# Locally computed sha256 checksums
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE.txt

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-botocore
#
################################################################################
PYTHON_BOTOCORE_VERSION = 1.19.48
PYTHON_BOTOCORE_SOURCE = botocore-$(PYTHON_BOTOCORE_VERSION).tar.gz
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/35/73/c6fe3fafb74cc86a2a9ddf565a2b8956777e668c6248927e6d76b66f61a4
PYTHON_BOTOCORE_SETUP_TYPE = setuptools
PYTHON_BOTOCORE_LICENSE = Apache-2.0
PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))