Re: [PATCH 4/6] gnu: python-llfuse: Update to 1.0, keep 0.41 variant.

2016-03-21 Thread Alex Kost
Leo Famulari (2016-03-21 05:49 +0300) wrote: > On Tue, Mar 15, 2016 at 05:25:58PM +0100, Ludovic Courtès wrote: [...] >> Furthermore ‘@’ (at sign) has a special meaning in Guile (info "(guile) >> Using Guile Modules"), so even though it’s currently valid within an >> identifier, I’d suggest avoidi

Re: [PATCH 4/6] gnu: python-llfuse: Update to 1.0, keep 0.41 variant.

2016-03-20 Thread Leo Famulari
On Tue, Mar 15, 2016 at 05:25:58PM +0100, Ludovic Courtès wrote: > Mathieu Lirzin skribis: > > > Leo Famulari writes: > > > >> On Tue, Mar 15, 2016 at 11:53:33AM +0300, Alex Kost wrote: > >>> Leo Famulari (2016-03-15 02:34 +0300) wrote: > >>> > >>> [...] > >>> > (define-public python2-llfuse >

Re: [PATCH 4/6] gnu: python-llfuse: Update to 1.0, keep 0.41 variant.

2016-03-15 Thread Ludovic Courtès
Mathieu Lirzin skribis: > Leo Famulari writes: > >> On Tue, Mar 15, 2016 at 11:53:33AM +0300, Alex Kost wrote: >>> Leo Famulari (2016-03-15 02:34 +0300) wrote: >>> >>> [...] >>> > (define-public python2-llfuse >>> > - (package-with-python2 python-llfuse)) >>> > + (package (inherit (package-w

Re: [PATCH 4/6] gnu: python-llfuse: Update to 1.0, keep 0.41 variant.

2016-03-15 Thread Mathieu Lirzin
Leo Famulari writes: > On Tue, Mar 15, 2016 at 11:53:33AM +0300, Alex Kost wrote: >> Leo Famulari (2016-03-15 02:34 +0300) wrote: >> >> [...] >> > (define-public python2-llfuse >> > - (package-with-python2 python-llfuse)) >> > + (package (inherit (package-with-python2 >> > + (

Re: [PATCH 4/6] gnu: python-llfuse: Update to 1.0, keep 0.41 variant.

2016-03-15 Thread Leo Famulari
On Tue, Mar 15, 2016 at 11:53:33AM +0300, Alex Kost wrote: > Leo Famulari (2016-03-15 02:34 +0300) wrote: > > [...] > > (define-public python2-llfuse > > - (package-with-python2 python-llfuse)) > > + (package (inherit (package-with-python2 > > + (strip-python2-variant python-llf

Re: [PATCH 4/6] gnu: python-llfuse: Update to 1.0, keep 0.41 variant.

2016-03-15 Thread Alex Kost
Leo Famulari (2016-03-15 02:34 +0300) wrote: [...] > (define-public python2-llfuse > - (package-with-python2 python-llfuse)) > + (package (inherit (package-with-python2 > + (strip-python2-variant python-llfuse))) > +(propagated-inputs `(("python2-contextlib2" ,python2-contex