all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rutger Helling <rhelling@mykolab.com>
To: 27440@debbugs.gnu.org
Subject: [bug#27440] [PATCH 3/4] gnu: python: Add python2-rencode.
Date: Wed, 21 Jun 2017 13:06:04 +0200	[thread overview]
Message-ID: <f2a746932539dc0ea611f4c1bc0010d8@mykolab.com> (raw)
In-Reply-To: <2197677c7e5c479f7f4c3f7dbab9c8a3@mykolab.com>

* gnu/packages/python.scm (python2-rencode): 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 9c1485854..88cb0a6b8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -15470,4 +15470,6 @@ stake up significantly less space than 
b-encodings.  This version of rencode is a
  complete rewrite in Cython to attempt to increase the performance over 
the pure
  Python module written by Petru Paler, Connelly Barnes et al.")
     (license license:bsd-3)))
+
+(define-public python2-rencode
+  (package-with-python2 python-rencode))
-- 
2.13.1

  parent reply	other threads:[~2017-06-21 11:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-21 11:00 [bug#27440] [PATCH 0/4] Add Xpra Rutger Helling
2017-06-21 11:05 ` [bug#27440] [PATCH 1/4] gnu: python: Add python2-pyopengl Rutger Helling
2017-06-22 19:46   ` Ludovic Courtès
2017-06-22 20:42     ` Rutger Helling
2017-06-23  3:55       ` Rutger Helling
2017-06-23 11:52         ` bug#27440: " Ludovic Courtès
2017-06-21 11:05 ` [bug#27440] [PATCH 2/4] gnu: python: Add python-rencode Rutger Helling
2017-06-21 11:06 ` Rutger Helling [this message]
2017-06-21 11:07 ` [bug#27440] [PATCH 4/4] gnu: xorg: Add xpra Rutger Helling

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=f2a746932539dc0ea611f4c1bc0010d8@mykolab.com \
    --to=rhelling@mykolab.com \
    --cc=27440@debbugs.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.