Re: [PATCH] import: pypi: add updater

2015-11-08 Thread Ludovic Courtès
Mathieu Lirzin skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Mathieu Lirzin skribis: >>> IIUC the commit bab020d7ca50e4153cf24832d119389a37fa8f63 has made >>> Guile-JSON non optional. >> >> Yes, a mistake. >> >>> What should we do about this? >> >> Something like this should work: >> >>

Re: [PATCH] import: pypi: add updater

2015-11-07 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > Mathieu Lirzin skribis: >> IIUC the commit bab020d7ca50e4153cf24832d119389a37fa8f63 has made >> Guile-JSON non optional. > > Yes, a mistake. > >> What should we do about this? > > Something like this should work: > > diff --git a/guix/scripts/refresh.scm b

Re: [PATCH] import: pypi: add updater

2015-11-06 Thread Ludovic Courtès
Mathieu Lirzin skribis: > Cyril Roelandt writes: > >> * guix/import/pypi.scm (guix-package->pypi-name, >> latest-release): New procedures. >> (pypi-updater): New variable. >> * guix/scripts/refresh.scm (%updaters): Add %PYPI-UPDATER. >> --- >> guix/import/pypi.scm | 50 >> +

Re: [PATCH] import: pypi: add updater

2015-11-05 Thread Cyril Roelandt
On 11/05/2015 08:58 PM, Mathieu Lirzin wrote: > > IIUC the commit bab020d7ca50e4153cf24832d119389a37fa8f63 has made > Guile-JSON non optional. > That is weird, because the PyPI importer has always been using the guile-json module. I thought it was already mandatory. Cyril.

Re: [PATCH] import: pypi: add updater

2015-11-05 Thread Mathieu Lirzin
Hi, Cyril Roelandt writes: > * guix/import/pypi.scm (guix-package->pypi-name, > latest-release): New procedures. > (pypi-updater): New variable. > * guix/scripts/refresh.scm (%updaters): Add %PYPI-UPDATER. > --- > guix/import/pypi.scm | 50 >

Re: [PATCH] import: pypi: add updater

2015-11-03 Thread Ludovic Courtès
Cyril Roelandt skribis: > * guix/import/pypi.scm (guix-package->pypi-name, > latest-release): New procedures. > (pypi-updater): New variable. ^ Missing ‘%’. > * guix/scripts/refresh.scm (%updaters): Add %PYPI-UPDATER. Could you add it to the list that appears under ‘--type’ in guix.texi