guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: Add python-google-auth-httplib2.


From: guix-commits
Subject: 04/08: gnu: Add python-google-auth-httplib2.
Date: Mon, 20 Mar 2023 12:34:03 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a39aac3352bf81f9ed7d4bc25dab650be8bdfedb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 20 11:21:14 2023 +0200

    gnu: Add python-google-auth-httplib2.
    
    * gnu/packages/python-web.scm (python-google-auth-httplib2): New
    variable.
---
 gnu/packages/python-web.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 876947bcc2..93e0c830a9 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4859,6 +4859,27 @@ Google search engine.  Its module is called 
@code{googlesearch}.")
     (description "Python client library for Google's discovery based APIs")
     (license license:asl2.0)))
 
+(define-public python-google-auth-httplib2
+  (package
+    (name "python-google-auth-httplib2")
+    (version "0.1.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "google-auth-httplib2" version))
+              (sha256
+               (base32 
"1b1hrhah01hx6bj3rb83iybrdwqv0bbdy63py39srv1bcgykjz50"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     (list python-google-auth python-httplib2 python-six))
+    (native-inputs
+     (list python-flask python-mock python-pytest python-pytest-localserver))
+    (home-page
+     
"https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2";)
+    (synopsis "Google Authentication Library: httplib2 transport")
+    (description "This package provides a Google Authentication Library plugin
+for httplib2 transport.")
+    (license license:asl2.0)))
+
 (define-public whoogle-search
   (package
     (name "whoogle-search")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]