guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ricardo Wurmus
Subject: Re: [PATCH 12/13] gnu: Add python-rarfile.
Date: Fri, 4 Mar 2016 13:42:11 +0100

Leo Famulari <address@hidden> 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)))
> +    (home-page "https://github.com/markokr/rarfile";)
> +    (synopsis "RAR archive reader for Python")
> +    (description "This is Python module for RAR archive reading. The 
> interface
> +is made as zipfile like as possible.")
> +    (license isc)))

Does this actually work?  I assumed that our “libarchive” package has no
support for RAR archives.

~~ Ricardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]