[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

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

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/oauthlib/json
md5 9201e30a4eacf3ecfa15503b241ad5e3 oauthlib-3.1.1.tar.gz
sha256 8f0215fcc533dd8dd1bee6f4c412d4f0cd7297307d43ac61666389e3bc3198a3 oauthlib-3.1.1.tar.gz
# Locally computed sha256 checksums
sha256 3d1e12d8ac52c0b6c148af6d291f72400b8720ed16c0ac4a89868b6d14b1c939 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-oauthlib
#
################################################################################
PYTHON_OAUTHLIB_VERSION = 3.1.1
PYTHON_OAUTHLIB_SOURCE = oauthlib-$(PYTHON_OAUTHLIB_VERSION).tar.gz
PYTHON_OAUTHLIB_SITE = https://files.pythonhosted.org/packages/9e/84/001a3f8d9680f3b26d5e7711e13d5ff92e4b511766a72ac6b4a4e5f06796
PYTHON_OAUTHLIB_SETUP_TYPE = setuptools
PYTHON_OAUTHLIB_LICENSE = BSD-3-Clause
PYTHON_OAUTHLIB_LICENSE_FILES = LICENSE
$(eval $(python-package))