This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions
@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_REQUESTS_OAUTHLIB
bool "python-requests-oauthlib"
select BR2_PACKAGE_PYTHON_OAUTHLIB # runtime
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
help
OAuthlib authentication support for Requests.
https://github.com/requests/requests-oauthlib
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/requests-oauthlib/json
md5 c32a54ce04123480132960a290d50792 requests-oauthlib-1.2.0.tar.gz
sha256 bd6533330e8748e94bf0b214775fed487d309b8b8fe823dc45641ebcd9a32f57 requests-oauthlib-1.2.0.tar.gz
# Locally computed sha256 checksums
sha256 ae01846afad8a8291fe6a08966f3015af9a8ff675d84b981f9793c122f7876e8 LICENSE
@@ -0,0 +1,14 @@
################################################################################
#
# python-requests-oauthlib
#
################################################################################
PYTHON_REQUESTS_OAUTHLIB_VERSION = 1.2.0
PYTHON_REQUESTS_OAUTHLIB_SOURCE = requests-oauthlib-$(PYTHON_REQUESTS_OAUTHLIB_VERSION).tar.gz
PYTHON_REQUESTS_OAUTHLIB_SITE = https://files.pythonhosted.org/packages/de/a2/f55312dfe2f7a344d0d4044fdfae12ac8a24169dc668bd55f72b27090c32
PYTHON_REQUESTS_OAUTHLIB_SETUP_TYPE = setuptools
PYTHON_REQUESTS_OAUTHLIB_LICENSE = ISC
PYTHON_REQUESTS_OAUTHLIB_LICENSE_FILES = LICENSE
$(eval $(python-package))