all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Cyril Roelandt <tipecaml@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH 5/5] gnu: Add python2-keyring.
Date: Thu, 17 Sep 2015 16:23:49 +0200	[thread overview]
Message-ID: <1442499829-13894-6-git-send-email-tipecaml@gmail.com> (raw)
In-Reply-To: <1442499829-13894-1-git-send-email-tipecaml@gmail.com>

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index cecd750..3438f20 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -783,6 +783,9 @@ password storage.")
     ;; "MIT" and PSF dual license
     (license x11)))
 
+(define-public python2-keyring
+  (package-with-python2 python-keyring))
+
 (define-public python-six
   (package
     (name "python-six")
-- 
2.1.4

  parent reply	other threads:[~2015-09-17 14:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-17 14:23 [PATCH 0/5] New packages, simple fixes for openstack/python Cyril Roelandt
2015-09-17 14:23 ` [PATCH 1/5] gnu: Add python-prettytable Cyril Roelandt
2015-09-17 17:27   ` Mathieu Lirzin
2015-09-17 14:23 ` [PATCH 2/5] gnu: Fix the definition of python2-pyflakes-0.8.1 Cyril Roelandt
2015-09-17 14:23 ` [PATCH 3/5] gnu: Add python2-pyflakes Cyril Roelandt
2015-09-17 17:32   ` Mathieu Lirzin
2015-09-17 14:23 ` [PATCH 4/5] gnu: Add python-mccabe-0.2.1 Cyril Roelandt
2015-09-17 17:38   ` Mathieu Lirzin
2015-09-17 18:57     ` Cyril Roelandt
2015-09-17 14:23 ` Cyril Roelandt [this message]
2015-09-17 15:26   ` [PATCH 5/5] gnu: Add python2-keyring Ricardo Wurmus
2015-09-20  2:44 ` [PATCH 0/5] New packages, simple fixes for openstack/python Cyril Roelandt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1442499829-13894-6-git-send-email-tipecaml@gmail.com \
    --to=tipecaml@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.