mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Implement local-backend
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_REQUESTS_CACHE
|
||||
bool "python-requests-cache"
|
||||
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
|
||||
help
|
||||
Persistent cache for requests library.
|
||||
|
||||
https://github.com/reclosedev/requests-cache
|
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/requests_cache/json
|
||||
md5 f2fc5a03c5c06496d9d360b1e54f6ea0 requests-cache-0.5.2.tar.gz
|
||||
sha256 813023269686045f8e01e2289cc1e7e9ae5ab22ddd1e2849a9093ab3ab7270eb requests-cache-0.5.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 de03298501b3210688994ba5c2eb8d90c53bb8cd4928e218e1105638108957bb LICENSE
|
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-requests-cache
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_REQUESTS_CACHE_VERSION = 0.5.2
|
||||
PYTHON_REQUESTS_CACHE_SOURCE = requests-cache-$(PYTHON_REQUESTS_CACHE_VERSION).tar.gz
|
||||
PYTHON_REQUESTS_CACHE_SITE = https://files.pythonhosted.org/packages/0c/d4/bdc22aad6979ceeea2638297f213108aeb5e25c7b103fa02e4acbe43992e
|
||||
PYTHON_REQUESTS_CACHE_SETUP_TYPE = setuptools
|
||||
PYTHON_REQUESTS_CACHE_LICENSE = BSD-2-Clause
|
||||
PYTHON_REQUESTS_CACHE_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user