From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add Scikit-learn. Date: Thu, 26 Feb 2015 18:11:03 +0100 Message-ID: <87bnkg61js.fsf@gnu.org> References: <20150223175238.GA10579@debian.eduroam.u-bordeaux.fr> <20150225225215.GA13330@debian> <20150225225740.GA13495@debian> 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]:50984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR1xt-0006tv-Mu for guix-devel@gnu.org; Thu, 26 Feb 2015 12:11:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YR1xp-0001ni-J1 for guix-devel@gnu.org; Thu, 26 Feb 2015 12:11:09 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55589) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR1xp-0001nd-Fn for guix-devel@gnu.org; Thu, 26 Feb 2015 12:11:05 -0500 In-Reply-To: <20150225225740.GA13495@debian> (Andreas Enge's message of "Wed, 25 Feb 2015 23:57:40 +0100") 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 Andreas Enge skribis: > Some modules are compatible with only one version of Python, others with= both. > -If the package Foo compiles only with Python 3, we name it > +If the module Foo compiles only with Python 3, we name it > @code{python-foo}; if it compiles only with Python 2, we name it > @code{python2-foo}. If it is compatible with both versions, we create two > packages with the corresponding names. >=20=20 > -If a project already contains the word @code{python}, we drop this; > +If a module name already contains the word @code{python}, we drop this; > for instance, the module python-dateutil is packaged under the names > @code{python-dateutil} and @code{python2-dateutil}. I think a Python =E2=80=9Cmodule=E2=80=9D is a single .py file. In that ca= se =E2=80=9Cpackage=E2=80=9D seems more accurate, no? Ludo=E2=80=99.