Re: [PATCH 1/3] gnu: Add llfuse.

2015-09-01 Thread Leo Famulari
On Mon, Aug 31, 2015, at 07:52, Ludovic Courtès wrote: > Alex Kost skribis: > > > Leo Famulari (2015-08-26 20:16 +0300) wrote: > > [...] > > >> + (description "Python-LLFUSE is a set of Python bindings for the low > >> level > >> +FUSE API. It requires at least FUSE

Re: [PATCH 1/3] gnu: Add llfuse.

2015-08-31 Thread Ludovic Courtès
Alex Kost skribis: > Leo Famulari (2015-08-26 20:16 +0300) wrote: [...] >> + (description "Python-LLFUSE is a set of Python bindings for the low level >> +FUSE API. It requires at least FUSE 2.8.0 and supports both Python 2.x and >> +3.x.") > > IMHO mentioning a version

Re: [PATCH 1/3] gnu: Add llfuse.

2015-08-30 Thread Alex Kost
Leo Famulari (2015-08-26 20:16 +0300) wrote: +(define-public llfuse + (package + (name llfuse) + (version 0.40) + (source (origin +(method url-fetch) +(uri (string-append + https://bitbucket.org/nikratio/python-llfuse/downloads/; +

[PATCH 1/3] gnu: Add llfuse.

2015-08-26 Thread Leo Famulari
* gnu/packages/llfuse.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am | 1 + gnu/packages/llfuse.scm | 48 2 files changed, 49 insertions(+) create mode 100644 gnu/packages/llfuse.scm diff --git