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: Fri, 22 Jul 2016 23:22:03 +0200 Message-ID: <87r3alpdvo.fsf@gnu.org> References: <1468682605-12622-1-git-send-email-tipecaml@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]:56197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQhte-0006E5-Ti for guix-devel@gnu.org; Fri, 22 Jul 2016 17:22:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQhtZ-0004JJ-Qo for guix-devel@gnu.org; Fri, 22 Jul 2016 17:22:13 -0400 In-Reply-To: <1468682605-12622-1-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Sat, 16 Jul 2016 17:23:20 +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 Hello! Cyril Roelandt skribis: > A couple of minor improvements, and a huge one: we should now be able to > automatically compute the test requirements of our Python packages! 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 time = and avoid errors. Is there an example package that illustrates this? > * guix/import/pypi.scm (maybe-inputs): Pass INPUT-TYPE as a parameter. > * guix/import/pypi.scm (make-pypi-sexp): Use this parameter. Nitpick: no need to repeat the file name. > * tests/pypi.scm ("pypi->guix-package", "pypi->guix-package, wheels"): Up= date > accordingly. LGTM! Thanks, Ludo=E2=80=99.