summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAndrew W Elble <aweits@rit.edu>2020-04-06 17:10:43 -0400
committerGitHub <noreply@github.com>2020-04-06 16:10:43 -0500
commitebd0b14ad1ce858fac6a1a187ba95773bbc6c6fd (patch)
tree6f033dd7de195be347fa6669b371cb5bc7382388 /var
parentfab1f68399c016fa93ec049121e3b4075d560ebd (diff)
downloadspack-ebd0b14ad1ce858fac6a1a187ba95773bbc6c6fd.tar.gz
spack-ebd0b14ad1ce858fac6a1a187ba95773bbc6c6fd.tar.bz2
spack-ebd0b14ad1ce858fac6a1a187ba95773bbc6c6fd.tar.xz
spack-ebd0b14ad1ce858fac6a1a187ba95773bbc6c6fd.zip
new package: py-google-auth-oauthlib (#15900)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-google-auth-oauthlib/package.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-google-auth-oauthlib/package.py b/var/spack/repos/builtin/packages/py-google-auth-oauthlib/package.py
new file mode 100644
index 0000000000..416c9f7098
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-google-auth-oauthlib/package.py
@@ -0,0 +1,18 @@
+# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+
+class PyGoogleAuthOauthlib(PythonPackage):
+ """This library provides oauthlib integration with google-auth."""
+
+ homepage = "https://github.com/googleapis/google-auth-library-python-oauthlib"
+ url = "https://pypi.io/packages/source/g/google-auth-oauthlib/google-auth-oauthlib-0.4.1.tar.gz"
+
+ version('0.4.1', sha256='88d2cd115e3391eb85e1243ac6902e76e77c5fe438b7276b297fbe68015458dd')
+
+ depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
+ depends_on('py-setuptools', type='build')
+ depends_on('py-google-auth', type=('build', 'run'))
+ depends_on('py-requests-oauthlib@0.7.0:', type=('build', 'run'))