From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 1/2] gnu: Add eyed3. Date: Fri, 21 Aug 2015 10:08:56 +0200 Message-ID: <20150821080856.GA12215@debian> References: <20150817225715.79d7df3d@debian-netbook> <87wpwqs2zx.fsf@gmail.com> 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]:52747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZShNp-0004vn-RU for guix-devel@gnu.org; Fri, 21 Aug 2015 04:09:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZShNm-0000Eg-Mm for guix-devel@gnu.org; Fri, 21 Aug 2015 04:09:05 -0400 Received: from mout.kundenserver.de ([212.227.126.131]:55635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZShNm-0000ER-Dm for guix-devel@gnu.org; Fri, 21 Aug 2015 04:09:02 -0400 Content-Disposition: inline In-Reply-To: <87wpwqs2zx.fsf@gmail.com> 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: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org On Thu, Aug 20, 2015 at 05:50:10PM +0800, 宋文武 wrote: > eyeD3 is both a tool and python library, I wonder whether > 'python-eyed3' fits better. Usually when a package provides binaries we do not use the "python" prefix. It would also depend on whether there is a "python-" and a "python2-" variant. If not, this could be seen as an indication that the binary characteristic is stronger than the library property. Andreas