Re: pypi->guix script

2014-09-11 Thread Ludovic Courtès
Cyril Roelandt skribis: > I'm not too found of "guix pypi". I would rather use a "guix > autopackage" command that would make it easy to package software from > GNU, PyPI, and other sources. Agreed. As I wrote before, I think ‘guix import’ would be the natural place for this. ‘guix refresh’ ca

Re: pypi->guix script

2014-09-10 Thread Cyril Roelandt
On 09/09/2014 03:05 PM, Thompson, David wrote: > On Tue, Sep 9, 2014 at 3:39 AM, Ludovic Court�s wrote: >> On second though, all the importers should have shared infrastructure. >> Theres already the Nix importer, and the guix import command. >> Perhaps importers could use guix import as a sh

Re: pypi->guix script

2014-09-10 Thread Cyril Roelandt
On 09/08/2014 09:06 AM, Ludovic Courtès wrote: > David Thompson skribis: > >> For more details and source code, check out the git repository: >> https://gitorious.org/davexunit/pypi2guix > > This is very cool! > > It would indeed be nice to turn it into a ‘guix pipy’ command or > something like

Re: pypi->guix script

2014-09-09 Thread Ludovic Courtès
"Thompson, David" skribis: > That sounds reasonable. I will try to do that when I get around to > integrating it with Guix. Cool! > Last night, I removed the guile-curl dependency and added another > backend that generates a package object. Great. I guess importers could simply generate a pa

Re: pypi->guix script

2014-09-09 Thread Thompson, David
On Tue, Sep 9, 2014 at 3:39 AM, Ludovic Court�s wrote: > On second though, all the importers should have shared infrastructure. > Theres already the Nix importer, and the guix import command. > Perhaps importers could use guix import as a shared front-end. > That sounds reasonable. I will t

Re: pypi->guix script

2014-09-09 Thread Ludovic Courtès
On second though, all the importers should have shared infrastructure. There’s already the Nix importer, and the ‘guix import’ command. Perhaps importers could use ‘guix import’ as a shared front-end. Ludo’.

Re: pypi->guix script

2014-09-08 Thread Thompson, David
On Mon, Sep 8, 2014 at 10:42 AM, Ludovic Courtès wrote: > "Thompson, David" skribis: > >> On Mon, Sep 8, 2014 at 3:06 AM, Ludovic Courtès wrote: > > [...] > >>> It would indeed be nice to turn it into a ‘guix pipy’ command or >>> something like that. If need be, I can help with the details of >

Re: pypi->guix script

2014-09-08 Thread Ludovic Courtès
"Thompson, David" skribis: > On Mon, Sep 8, 2014 at 3:06 AM, Ludovic Courtès wrote: [...] >> It would indeed be nice to turn it into a ‘guix pipy’ command or >> something like that. If need be, I can help with the details of >> integrating it. >> > > Yes, that would be nice. What are your th

Re: pypi->guix script

2014-09-08 Thread Thompson, David
On Mon, Sep 8, 2014 at 3:06 AM, Ludovic Courtès 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 ‘guix pipy’ command or

Re: pypi->guix script

2014-09-08 Thread Ludovic Courtès
David Thompson skribis: > For more details and source code, check out the git repository: > https://gitorious.org/davexunit/pypi2guix This is very cool! It would indeed be nice to turn it into a ‘guix pipy’ command or something like that. If need be, I can help with the details of integrating

Re: pypi->guix script

2014-09-06 Thread Nikita Karetnikov
> For more details and source code, check out the git repository: > https://gitorious.org/davexunit/pypi2guix Why not add it to Guix? pgp5DxVq5VsRV.pgp Description: PGP signature

pypi->guix script

2014-09-06 Thread David Thompson
Hello all, Over the past several days I've begun the long process towards packaging GNU MediaGoblin, a Python web application with a lot of dependencies. To make the process easier, I threw together a little script that can automatically generate Guix package snippets for Python libraries using me