From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dNdTV-0002gA-MK for guix-patches@gnu.org; Wed, 21 Jun 2017 07:07:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dNdTS-0000jY-GN for guix-patches@gnu.org; Wed, 21 Jun 2017 07:07:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56245) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dNdTS-0000jR-DS for guix-patches@gnu.org; Wed, 21 Jun 2017 07:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dNdTS-0002BO-4Z for guix-patches@gnu.org; Wed, 21 Jun 2017 07:07:02 -0400 Subject: [bug#27440] [PATCH 3/4] gnu: python: Add python2-rencode. References: <2197677c7e5c479f7f4c3f7dbab9c8a3@mykolab.com> In-Reply-To: <2197677c7e5c479f7f4c3f7dbab9c8a3@mykolab.com> Resent-Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 21 Jun 2017 13:06:04 +0200 From: Rutger Helling Message-ID: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27440@debbugs.gnu.org * 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