From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: pypi->guix script Date: Mon, 8 Sep 2014 09:42:31 -0400 Message-ID: References: <87zjeczf1f.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <8738c2lhgd.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]:44007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQzDL-0006TB-Fz for guix-devel@gnu.org; Mon, 08 Sep 2014 09:42:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XQzDG-00088d-IT for guix-devel@gnu.org; Mon, 08 Sep 2014 09:42:39 -0400 Received: from na3sys009aog110.obsmtp.com ([74.125.149.203]:50723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQzDG-00088M-9m for guix-devel@gnu.org; Mon, 08 Sep 2014 09:42:34 -0400 Received: by mail-pa0-f48.google.com with SMTP id hz1so5778361pad.21 for ; Mon, 08 Sep 2014 06:42:31 -0700 (PDT) In-Reply-To: <8738c2lhgd.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=C3=A8s?= Cc: guix-devel On Mon, Sep 8, 2014 at 3:06 AM, Ludovic Court=C3=A8s wrote: > David Thompson skribis: > >> For more details and source code, check out the git repository: >> https://gitorious.org/davexunit/pypi2guix > > This is very cool! > Thanks! > It would indeed be nice to turn it into a =E2=80=98guix pipy=E2=80=99 com= mand or > something like that. If need be, I can help with the details of > integrating it. > Yes, that would be nice. What are your thoughts on this? >> * Remove dependency on guile-curl (use gnutls instead?) > > It could use (guix build download), which uses (web client) + (gnutls). > Perfect. I will use that. > Also, the thing could have two back-ends: one that generates code (what > it already does), and one that produces a object. That way, > we could have commands like: > > guix pipy build https://pipy... > That would be neat. That way one doesn't have to insert the code anywhere to check if the package builds. - Dave