From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 12/13] gnu: Add python-rarfile. Date: Thu, 17 Mar 2016 22:31:41 +0100 Message-ID: <878u1g4wqq.fsf@elephly.net> References: <8c8f5af9405151b57f1db84e194a15723751a9f1.1457054741.git.leo@famulari.name> <20160304212940.GA463@jasmine> <20160313220026.GA29732@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agfWI-0007JU-VB for guix-devel@gnu.org; Thu, 17 Mar 2016 17:31:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agfWF-0002HV-Pf for guix-devel@gnu.org; Thu, 17 Mar 2016 17:31:50 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agfWF-0002HQ-Hn for guix-devel@gnu.org; Thu, 17 Mar 2016 17:31:47 -0400 In-reply-to: <20160313220026.GA29732@jasmine> 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: >> > 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 'include/archive.h' defines ARCHIVE_FORMAT_RAR and > declares archive_read_support_format_rar(). > > I don't have any .rar archives to test with, and I haven't seen one in > years. > > [...] > >> So, what should I do? Patch "rarfile" out of setup.py or package >> python-rarfile? > > Any feedback? I'd rather package python-rarfile. I was just curious. We can revisit this later when someone want to actually use python-rarfile to read rar files :) I have no objections to this patch. ~~ Ricardo