Re: [PATCH] Add rubygems updater.

2016-01-08 Thread Ludovic Courtès
Ben Woodcroft skribis: > On 04/01/16 00:06, Ludovic Courtès wrote: >> Ben Woodcroft skribis: >> >>> On 03/01/16 06:54, Ludovic Courtès wrote: Ben Woodcroft skribis: > On 02/01/16 04:17, Ludovic Courtès wrote: >> Ben Woodcroft skribis: >> [...] >> >>> + `(#:phases

Re: [PATCH] Add rubygems updater.

2016-01-05 Thread Ricardo Wurmus
Ben Woodcroft writes: >>> We could even default this to the expected name of the library guessed >>> from the name of the package when #:import is not given. However, this >>> would unfortunately break packages that have been written outside of >>> Guix, so I imagine you don't feel this is a goo

Re: [PATCH] Add rubygems updater.

2016-01-05 Thread Ben Woodcroft
On 04/01/16 00:06, Ludovic Courtès wrote: Ben Woodcroft skribis: On 03/01/16 06:54, Ludovic Courtès wrote: Ben Woodcroft skribis: On 02/01/16 04:17, Ludovic Courtès wrote: Ben Woodcroft skribis: [...] + `(#:phases + (modify-phases %standard-phases + (replace 'check

Re: [PATCH] Add rubygems updater.

2016-01-03 Thread Ludovic Courtès
Ben Woodcroft skribis: > On 03/01/16 06:54, Ludovic Courtès wrote: >> Ben Woodcroft skribis: >> >>> On 02/01/16 04:17, Ludovic Courtès wrote: Ben Woodcroft skribis: [...] > + `(#:phases > + (modify-phases %standard-phases > + (replace 'check > +

Re: [PATCH] Add rubygems updater.

2016-01-02 Thread Ben Woodcroft
On 03/01/16 06:54, Ludovic Courtès wrote: Ben Woodcroft skribis: On 02/01/16 04:17, Ludovic Courtès wrote: Ben Woodcroft skribis: On 01/01/16 19:28, Pjotr Prins wrote: On Fri, Jan 01, 2016 at 06:27:21PM +1000, Ben Woodcroft wrote: It seems there's 30 packages to be updated, out of the

Re: [PATCH] Add rubygems updater.

2016-01-02 Thread Ludovic Courtès
Ben Woodcroft skribis: > On 02/01/16 04:17, Ludovic Courtès wrote: >> Ben Woodcroft skribis: >> >>> On 01/01/16 19:28, Pjotr Prins wrote: On Fri, Jan 01, 2016 at 06:27:21PM +1000, Ben Woodcroft wrote: > It seems there's 30 packages to be updated, out of the 107 in > ruby.scm. Going

Re: [PATCH] Add rubygems updater.

2016-01-01 Thread Pjotr Prins
On Fri, Jan 01, 2016 at 07:17:17PM +0100, Ludovic Courtès wrote: > > I think we should update the package definitions so that more have > > tests, and failing that import the library so we know it can at least > > be loaded, like this: > > > > + `(#:phases > > + (modify-phases %standard-p

Re: [PATCH] Add rubygems updater.

2016-01-01 Thread Ben Woodcroft
On 02/01/16 04:17, Ludovic Courtès wrote: Ben Woodcroft skribis: On 01/01/16 19:28, Pjotr Prins wrote: On Fri, Jan 01, 2016 at 06:27:21PM +1000, Ben Woodcroft wrote: It seems there's 30 packages to be updated, out of the 107 in ruby.scm. Going through each of these individually seems a lit

Re: [PATCH] Add rubygems updater.

2016-01-01 Thread Ludovic Courtès
Ben Woodcroft skribis: > On 01/01/16 19:28, Pjotr Prins wrote: >> On Fri, Jan 01, 2016 at 06:27:21PM +1000, Ben Woodcroft wrote: >>> It seems there's 30 packages to be updated, out of the 107 in >>> ruby.scm. Going through each of these individually seems a little >>> tedious, can we do them in b

Re: [PATCH] Add rubygems updater.

2016-01-01 Thread Pjotr Prins
On Fri, Jan 01, 2016 at 09:18:54PM +1000, Ben Woodcroft wrote: > I think we should update the package definitions so that more have > tests, and failing that import the library so we know it can at > least be loaded, like this: > > + `(#:phases > + (modify-phases %standard-phases > +

Re: [PATCH] Add rubygems updater.

2016-01-01 Thread Ben Woodcroft
On 01/01/16 19:28, Pjotr Prins wrote: On Fri, Jan 01, 2016 at 06:27:21PM +1000, Ben Woodcroft wrote: It seems there's 30 packages to be updated, out of the 107 in ruby.scm. Going through each of these individually seems a little tedious, can we do them in bulk somehow or do they have to be com

Re: [PATCH] Add rubygems updater.

2016-01-01 Thread Pjotr Prins
On Fri, Jan 01, 2016 at 06:27:21PM +1000, Ben Woodcroft wrote: > Phew, you almost beat me to the first patch of the year there Pjotr.. Mine is trivial ;) > It seems there's 30 packages to be updated, out of the 107 in > ruby.scm. Going through each of these individually seems a little > tedious,

[PATCH] Add rubygems updater.

2016-01-01 Thread Ben Woodcroft
Phew, you almost beat me to the first patch of the year there Pjotr.. It seems there's 30 packages to be updated, out of the 107 in ruby.scm. Going through each of these individually seems a little tedious, can we do them in bulk somehow or do they have to be committed individually? Building a