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
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_OAUTHLIB
bool "python-oauthlib"
help
A generic, spec-compliant, thorough implementation of the
OAuth request-signing logic.
https://github.com/oauthlib/oauthlib
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/oauthlib/json
md5 1d8454f0e80a628dcef55db12f73895e oauthlib-3.0.2.tar.gz
sha256 b4d99ae8ccfb7d33ba9591b59355c64eef5241534aa3da2e4c0435346b84bc8e oauthlib-3.0.2.tar.gz
# Locally computed sha256 checksums
sha256 3d1e12d8ac52c0b6c148af6d291f72400b8720ed16c0ac4a89868b6d14b1c939 LICENSE
@@ -0,0 +1,14 @@
################################################################################
#
# python-oauthlib
#
################################################################################
PYTHON_OAUTHLIB_VERSION = 3.0.2
PYTHON_OAUTHLIB_SOURCE = oauthlib-$(PYTHON_OAUTHLIB_VERSION).tar.gz
PYTHON_OAUTHLIB_SITE = https://files.pythonhosted.org/packages/6a/cf/f1a44998f36c62a7a9e51145101428299be27b1e3a411adfd6fd87589889
PYTHON_OAUTHLIB_SETUP_TYPE = setuptools
PYTHON_OAUTHLIB_LICENSE = BSD-3-Clause
PYTHON_OAUTHLIB_LICENSE_FILES = LICENSE
$(eval $(python-package))