From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzOGx-0000Sf-W1 for guix-patches@gnu.org; Tue, 03 Oct 2017 10:34:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzOGo-0002kr-FW for guix-patches@gnu.org; Tue, 03 Oct 2017 10:34:12 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37757) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dzOGo-0002kC-As for guix-patches@gnu.org; Tue, 03 Oct 2017 10:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dzOGo-0003AU-4m for guix-patches@gnu.org; Tue, 03 Oct 2017 10:34:02 -0400 Subject: [bug#28676] [PATCH 2/4] gnu: Add python-linecache2. Resent-Message-ID: Date: Tue, 3 Oct 2017 10:33:57 -0400 From: Leo Famulari Message-ID: <20171003143357.GA26590@jasmine.lan> References: <20171003011913.19229-1-tipecaml@gmail.com> <20171003011913.19229-3-tipecaml@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171003011913.19229-3-tipecaml@gmail.com> 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: Cyril Roelandt Cc: 28676@debbugs.gnu.org On Tue, Oct 03, 2017 at 03:19:11AM +0200, Cyril Roelandt wrote: > * gnu/packages/python.scm (python-linecache2, python2-linecache2): New > variables. > + (synopsis "Backports of the linecache module") > + (description > + "The linecache module allows one to get any line from any file, while > +attempting to optimize internally, using a cache, the common case where many > +lines are read from a single file.") Can you add the details of what this is ported from, and what it's ported to? That will make it easier to know when we can remove it later on, once everything is updated. And the same for the other backport package.