David Thompson <dthomps...@worcester.edu> 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 it. > * Remove dependency on guile-curl (use gnutls instead?) It could use (guix build download), which uses (web client) + (gnutls). Also, the thing could have two back-ends: one that generates code (what it already does), and one that produces a <package> object. That way, we could have commands like: guix pipy build https://pipy... Thanks, Ludo’.