From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: pypi->guix script Date: Tue, 9 Sep 2014 09:05:19 -0400 Message-ID: References: <87zjeczf1f.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <8738c2lhgd.fsf@gnu.org> <87bnqqgomp.fsf@gnu.org> <87egvl8cpe.fsf@gnu.org> 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]:34323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRL6x-0006wb-HL for guix-devel@gnu.org; Tue, 09 Sep 2014 09:05:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRL6n-0000V3-CS for guix-devel@gnu.org; Tue, 09 Sep 2014 09:05:30 -0400 Received: from na3sys009aog108.obsmtp.com ([74.125.149.199]:52402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRL6n-0000Px-4p for guix-devel@gnu.org; Tue, 09 Sep 2014 09:05:21 -0400 Received: by mail-pd0-f174.google.com with SMTP id v10so8908046pde.5 for ; Tue, 09 Sep 2014 06:05:19 -0700 (PDT) In-Reply-To: <87egvl8cpe.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=EF=BF=BDs?= Cc: guix-devel On Tue, Sep 9, 2014 at 3:39 AM, Ludovic Court=EF=BF=BDs wrot= e: > On second though, all the importers should have shared infrastructure. > There=19s already the Nix importer, and the =18guix import=19 command. > Perhaps importers could use =18guix import=19 as a shared front-end. > That sounds reasonable. I will try to do that when I get around to integrating it with Guix. Last night, I removed the guile-curl dependency and added another backend that generates a package object. I'm debating if I should tackle automatically generating the proper inputs before integrating it with the rest of Guix.