From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH 02/12] guix: Add a "pypi-uri" helper method. Date: Tue, 13 Oct 2015 09:51:10 -0400 Message-ID: References: <1444686068-7668-1-git-send-email-tipecaml@gmail.com> <1444686068-7668-3-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]:41396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zlzz2-00009d-3h for guix-devel@gnu.org; Tue, 13 Oct 2015 09:51:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zlzyx-0005FW-Hz for guix-devel@gnu.org; Tue, 13 Oct 2015 09:51:15 -0400 Received: from mail-yk0-f177.google.com ([209.85.160.177]:33438) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zlzyx-0005FL-E9 for guix-devel@gnu.org; Tue, 13 Oct 2015 09:51:11 -0400 Received: by ykoo7 with SMTP id o7so16809451yko.0 for ; Tue, 13 Oct 2015 06:51:10 -0700 (PDT) In-Reply-To: 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: Ricardo Wurmus Cc: guix-devel On Tue, Oct 13, 2015 at 3:47 AM, Ricardo Wurmus wrote: > > Cyril Roelandt writes: > >> * guix/download.scm (mirrors): New "pypi" mirror. >> * guix/build-system/python.scm (pypi-uri): New method. > > It=E2=80=99s a good idea to provide =E2=80=9Cpypi-uri=E2=80=9D! But why = is a mirror entry > required when =E2=80=9Cpypi.python.org=E2=80=9D is the only source for pa= ckages? Yeah, get rid of the mirror thing and this patch looks good to me. - Dave