Re: [PATCH 12/13] gnu: Add python-rarfile.

2016-03-19 Thread Efraim Flashner
On Thu, Mar 17, 2016 at 05:59:04PM -0400, Leo Famulari wrote: > On Thu, Mar 17, 2016 at 10:31:41PM +0100, Ricardo Wurmus wrote: > > > > Leo Famulari writes: > > > > >> > Does this actually work? I assumed that our “libarchive” package has > > >> > no > > >> > support for RAR archives. > > >>

Re: [PATCH 12/13] gnu: Add python-rarfile.

2016-03-19 Thread Leo Famulari
On Fri, Mar 18, 2016 at 08:44:30AM +0200, Efraim Flashner wrote: > On Thu, Mar 17, 2016 at 05:59:04PM -0400, Leo Famulari wrote: > > Okay, I will take another look at this patch series and probably push it > > later today. > > > > A few of the patches list the home-page at http://github... and sh

Re: [PATCH 12/13] gnu: Add python-rarfile.

2016-03-19 Thread Ricardo Wurmus
Leo Famulari writes: >> > Does this actually work? I assumed that our “libarchive” package has no >> > support for RAR archives. >> >> I don't know. The libarchive documentation in >> 'share/man/man5/libarchive-formats.5.gz' does list RAR as a supported >> format. > > Also, libarchive's 'inclu

Re: [PATCH 12/13] gnu: Add python-rarfile.

2016-03-19 Thread Leo Famulari
On Thu, Mar 17, 2016 at 10:31:41PM +0100, Ricardo Wurmus wrote: > > Leo Famulari writes: > > >> > Does this actually work? I assumed that our “libarchive” package has no > >> > support for RAR archives. > >> > >> I don't know. The libarchive documentation in > >> 'share/man/man5/libarchive-for

Re: [PATCH 12/13] gnu: Add python-rarfile.

2016-03-13 Thread Leo Famulari
On Fri, Mar 04, 2016 at 04:29:40PM -0500, Leo Famulari wrote: > On Fri, Mar 04, 2016 at 01:42:11PM +0100, Ricardo Wurmus wrote: > > > > Leo Famulari writes: > > > > > * gnu/packages/python.scm (python-rarfile, python2-rarfile): New > > > variables. > > > * gnu/packages/patches/python-rarfile-fix

Re: [PATCH 12/13] gnu: Add python-rarfile.

2016-03-04 Thread Leo Famulari
On Fri, Mar 04, 2016 at 01:42:11PM +0100, Ricardo Wurmus wrote: > > Leo Famulari writes: > > > * gnu/packages/python.scm (python-rarfile, python2-rarfile): New > > variables. > > * gnu/packages/patches/python-rarfile-fix-tests.patch: New file. > > * gnu-system.am (dist_patch_DATA): Add it. > > -

Re: [PATCH 12/13] gnu: Add python-rarfile.

2016-03-04 Thread Ricardo Wurmus
Leo Famulari writes: > * gnu/packages/python.scm (python-rarfile, python2-rarfile): New > variables. > * gnu/packages/patches/python-rarfile-fix-tests.patch: New file. > * gnu-system.am (dist_patch_DATA): Add it. > --- [...] > +(propagated-inputs > + `(("libarchive" ,libarchive))) > +

[PATCH 12/13] gnu: Add python-rarfile.

2016-03-03 Thread Leo Famulari
* gnu/packages/python.scm (python-rarfile, python2-rarfile): New variables. * gnu/packages/patches/python-rarfile-fix-tests.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. --- gnu-system.am | 1 + .../patches/python-rarfile-fix-tests.patch