From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 12/13] gnu: Add python-rarfile. Date: Fri, 4 Mar 2016 13:42:11 +0100 Message-ID: References: <8c8f5af9405151b57f1db84e194a15723751a9f1.1457054741.git.leo@famulari.name> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abp3t-0001Ng-MH for guix-devel@gnu.org; Fri, 04 Mar 2016 07:42:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abp3q-00082y-Fg for guix-devel@gnu.org; Fri, 04 Mar 2016 07:42:29 -0500 Received: from venus.bbbm.mdc-berlin.de ([141.80.25.30]:51928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abp3q-00081A-6F for guix-devel@gnu.org; Fri, 04 Mar 2016 07:42:26 -0500 In-Reply-To: <8c8f5af9405151b57f1db84e194a15723751a9f1.1457054741.git.leo@famulari.name> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Leo Famulari Cc: guix-devel@gnu.org 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))) > + (home-page "https://github.com/markokr/rarfile") > + (synopsis "RAR archive reader for Python") > + (description "This is Python module for RAR archive reading. The i= nterface > +is made as zipfile like as possible.") > + (license isc))) Does this actually work? I assumed that our =E2=80=9Clibarchive=E2=80=9D= package has no support for RAR archives. ~~ Ricardo