From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 02/12] guix: Add a "pypi-uri" helper method. Date: Tue, 13 Oct 2015 09:47:29 +0200 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]:35048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZluJI-00050q-ER for guix-devel@gnu.org; Tue, 13 Oct 2015 03:47:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZluJF-0000Y8-7T for guix-devel@gnu.org; Tue, 13 Oct 2015 03:47:48 -0400 Received: from sinope.bbbm.mdc-berlin.de ([141.80.25.23]:33204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZluJE-0000XY-Tr for guix-devel@gnu.org; Tue, 13 Oct 2015 03:47:45 -0400 In-Reply-To: <1444686068-7668-3-git-send-email-tipecaml@gmail.com> 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: Cyril Roelandt Cc: guix-devel@gnu.org 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? ~~ Ricardo