mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
9
package/python-botocore/Config.in
Normal file
9
package/python-botocore/Config.in
Normal 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
|
||||
5
package/python-botocore/python-botocore.hash
Normal file
5
package/python-botocore/python-botocore.hash
Normal 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
|
||||
14
package/python-botocore/python-botocore.mk
Normal file
14
package/python-botocore/python-botocore.mk
Normal 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))
|
||||
Reference in New Issue
Block a user