From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: pypi->guix script Date: Tue, 09 Sep 2014 09:39:25 +0200 Message-ID: <87egvl8cpe.fsf@gnu.org> References: <87zjeczf1f.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <8738c2lhgd.fsf@gnu.org> <87bnqqgomp.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]:46170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRG1Z-0007Ad-Pf for guix-devel@gnu.org; Tue, 09 Sep 2014 03:39:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRG1Q-0002NQ-S4 for guix-devel@gnu.org; Tue, 09 Sep 2014 03:39:37 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:35985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRG1Q-0002L8-E3 for guix-devel@gnu.org; Tue, 09 Sep 2014 03:39:28 -0400 In-Reply-To: (David Thompson's message of "Mon, 8 Sep 2014 13:19:11 -0400") 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: "Thompson, David" Cc: guix-devel On second though, all the importers should have shared infrastructure. There=E2=80=99s already the Nix importer, and the =E2=80=98guix import=E2= =80=99 command. Perhaps importers could use =E2=80=98guix import=E2=80=99 as a shared front= -end. Ludo=E2=80=99.