From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Patches to add s3cmd and python-magic Date: Wed, 30 Mar 2016 22:58:42 +0200 Message-ID: <87k2kjbs3h.fsf@gnu.org> References: <87io071dqo.fsf@gmail.com> <20160328223542.5c66e67e@scratchpost.org> <878u11rgib.fsf@gmail.com> <87wpolpzq7.fsf@gmail.com> <87k2kkgz1t.fsf@gnu.org> <87r3esmgex.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alNCT-0003km-2u for guix-devel@gnu.org; Wed, 30 Mar 2016 16:58:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alNCQ-0001zU-DD for guix-devel@gnu.org; Wed, 30 Mar 2016 16:58:49 -0400 In-Reply-To: <87r3esmgex.fsf@gmail.com> (Chris Marusich's message of "Wed, 30 Mar 2016 03:03:18 -0700") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Chris Marusich Cc: guix-devel@gnu.org Chris Marusich skribis: > From dfdaa5de44cf713bda0a5d907cbcc3ee986aa3f5 Mon Sep 17 00:00:00 2001 > From: Chris Marusich > Date: Sun, 27 Mar 2016 19:10:48 -0700 > Subject: [PATCH 1/3] gnu: Add python-magic. > > * gnu/packages/python.scm (python-magic, python2-magic): New variables. Applied. I=E2=80=99ve added a =E2=80=98file-name=E2=80=99 field to the ori= gin as suggested by =E2=80=98guix lint=E2=80=99. > From 9414eb426187e7b54332c63f6f674c2d0c233352 Mon Sep 17 00:00:00 2001 > From: Chris Marusich > Date: Sun, 27 Mar 2016 19:28:37 -0700 > Subject: [PATCH 2/3] gnu: Add python2-s3cmd. > > * gnu/packages/python.scm (python2-s3cmd): New variable. Applied. > From d28dcefc22c9d7a296b2b949cc8cb81ac3e9b2b0 Mon Sep 17 00:00:00 2001 > From: Chris Marusich > Date: Wed, 30 Mar 2016 02:43:16 -0700 > Subject: [PATCH 3/3] doc: Clarify how to use the '#:python' parameter. > > doc/guix.texi (Build Systems): Clearly distinguish between the package th= at > provides the Python interpreter for the build and the package that is to = be > built. Also, mention why one might want to use a specific Python version. Good idea, applied! (With a =E2=80=9C*=E2=80=9D before the file name above= . ;-)) Thank you! Ludo=E2=80=99.