From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH 03/12] import: pypi: Use "pypi-uri" instead of building the URL manually. Date: Sun, 25 Oct 2015 22:47:37 +0100 Message-ID: <562D4DF9.1070800@gmail.com> References: <1444686068-7668-1-git-send-email-tipecaml@gmail.com> <1444686068-7668-4-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqT8k-0007l1-2q for guix-devel@gnu.org; Sun, 25 Oct 2015 17:47:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqT8h-0005I2-Cz for guix-devel@gnu.org; Sun, 25 Oct 2015 17:47:46 -0400 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:33778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqT8h-0005Hy-6n for guix-devel@gnu.org; Sun, 25 Oct 2015 17:47:43 -0400 Received: by wijp11 with SMTP id p11so140911523wij.0 for ; Sun, 25 Oct 2015 14:47:42 -0700 (PDT) Received: from [192.168.0.10] (tal33-3-82-233-82-24.fbx.proxad.net. [82.233.82.24]) by smtp.googlemail.com with ESMTPSA id a9sm11501233wiy.11.2015.10.25.14.47.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 25 Oct 2015 14:47:41 -0700 (PDT) In-Reply-To: <1444686068-7668-4-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: guix-devel On 10/12/2015 11:40 PM, Cyril Roelandt wrote: > * guix/import/pypi.scm (make-pypi-sexp): Use "pypi-uri". > * tests/pypi.scm: Update the tests accordingly. This patch seems trivial to me, but it would be nice to get some feedback before I push the whole patch series :) WDYT? Cyril.