From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH] gnu: Add Scikit-learn. Date: Thu, 26 Feb 2015 14:03:37 -0600 Message-ID: <648692e7170fada41ebd45ebe0724e42@openmailbox.org> References: <20150223175238.GA10579@debian.eduroam.u-bordeaux.fr> <20150225225215.GA13330@debian> <20150225225740.GA13495@debian> <87bnkg61js.fsf@gnu.org> <20150226175900.GA3835@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR4ev-0000B7-J7 for guix-devel@gnu.org; Thu, 26 Feb 2015 15:03:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YR4es-00033f-Bc for guix-devel@gnu.org; Thu, 26 Feb 2015 15:03:45 -0500 In-Reply-To: <20150226175900.GA3835@debian> 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: Andreas Enge Cc: Guix-devel On 2015-02-26 11:59, Andreas Enge wrote: > On Thu, Feb 26, 2015 at 06:11:03PM +0100, Ludovic Court=C3=A8s wrote: >> I think a Python =E2=80=9Cmodule=E2=80=9D is a single .py file. In th= at case=20 >> =E2=80=9Cpackage=E2=80=9D >> seems more accurate, no? >=20 > Indeed, that is true. Still I am looking for a justification to rename > "python2-py2cairo" to "python2-cairo" The issue in this case is that py2cairo and pycairo are actually=20 different projects. I chose to use the name python2-py2cairo, to go=20 with our "least divergence from upstream" method. > that is, use the module name for > a package containing a single module. This could become error-prone. The packager needs to check the=20 interface of the library before deciding on a package name? It might=20 also not be future-proof, in the event that a project updates its public=20 interface. --=20 `~Eric