unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#31562] [PATCH 1/5] gnu: Add python2-oauth2client.
@ 2018-05-23  8:35 Mathieu Othacehe
  2018-05-23  8:35 ` [bug#31563] [PATCH 2/5] gnu: Add python-google-api-client Mathieu Othacehe
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Mathieu Othacehe @ 2018-05-23  8:35 UTC (permalink / raw)
  To: 31562

* gnu/packages/python-web.scm (python2-oauth2client): New variable.
---
 gnu/packages/python-web.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 8ebae2e..dc1f9a1 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -25,6 +25,7 @@
 ;;; Copyright © 2017 Mark Meyer <mark@ofosos.org>
 ;;; Copyright © 2018 Tomáš Čech <sleep_walker@gnu.org>
 ;;; Copyright © 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr>
+;;; Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2090,6 +2091,9 @@ users' sessions over extended periods of time.")
 library for Python")
     (license license:asl2.0)))
 
+(define-public python2-oauth2client
+  (package-with-python2 python-oauth2client))
+
 (define-public python-flask-oidc
   (package
     (name "python-flask-oidc")
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-05-25  8:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-23  8:35 [bug#31562] [PATCH 1/5] gnu: Add python2-oauth2client Mathieu Othacehe
2018-05-23  8:35 ` [bug#31563] [PATCH 2/5] gnu: Add python-google-api-client Mathieu Othacehe
2018-05-23  8:35 ` [bug#31565] [PATCH 3/5] gnu: Add python-gipc Mathieu Othacehe
2018-05-24 22:33   ` Leo Famulari
2018-05-25  8:39     ` Mathieu Othacehe
2018-05-23  8:35 ` [bug#31564] [PATCH 4/5] gnu: Add python-fusepy Mathieu Othacehe
2018-05-23  8:35 ` [bug#31566] [PATCH 5/5] gnu: Add python2-gdrivefs Mathieu Othacehe
2018-05-24 22:33 ` [bug#31562] [PATCH 1/5] gnu: Add python2-oauth2client Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).