From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 0/5] Improve the pypi updater. Date: Mon, 25 Jul 2016 23:14:18 +0200 Message-ID: <87lh0pfmj9.fsf@gnu.org> References: <1468682605-12622-1-git-send-email-tipecaml@gmail.com> <87r3alpdvo.fsf@gnu.org> <3e786e6c-4ee4-5500-154e-254c7138ab26@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]:41047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRnCj-0007pX-TP for guix-devel@gnu.org; Mon, 25 Jul 2016 17:14:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRnCg-0004Li-Ig for guix-devel@gnu.org; Mon, 25 Jul 2016 17:14:25 -0400 In-Reply-To: <3e786e6c-4ee4-5500-154e-254c7138ab26@gmail.com> (Cyril Roelandt's message of "Sat, 23 Jul 2016 16:53:31 +0200") 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" To: Cyril Roelandt Cc: guix-devel@gnu.org Cyril Roelandt skribis: > On 07/22/2016 11:22 PM, Ludovic Court=C3=A8s wrote: >> Neat! So the test dependencies go to =E2=80=98inputs=E2=80=99 instead of >> =E2=80=98propagated-inputs=E2=80=99, right? That can definitely save ti= me and avoid >> errors. >>=20 > > Indeed, the runtime dependencies are propagated inputs, and the test > dependencies are native inputs. This is what we currently do when > writing packages "by hand". OK. >> Is there an example package that illustrates this? > > Anything from OpenStack :-D Like =E2=80=98guix import pypi hacking=E2=80=99 or other packages found in openstack.scm, right? Thanks, Ludo=E2=80=99.