mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -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))
|
||||
Reference in New Issue
Block a user