From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Add Scikit-learn. Date: Wed, 25 Feb 2015 23:52:15 +0100 Message-ID: <20150225225215.GA13330@debian> References: <20150223175238.GA10579@debian.eduroam.u-bordeaux.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQkod-0003XL-T0 for guix-devel@gnu.org; Wed, 25 Feb 2015 17:52:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQkoY-0005vO-VR for guix-devel@gnu.org; Wed, 25 Feb 2015 17:52:27 -0500 Received: from mout.kundenserver.de ([212.227.17.13]:56722) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQkoY-0005vJ-Mp for guix-devel@gnu.org; Wed, 25 Feb 2015 17:52:22 -0500 Content-Disposition: inline In-Reply-To: <20150223175238.GA10579@debian.eduroam.u-bordeaux.fr> 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: Ricardo Wurmus Cc: Guix-devel On Mon, Feb 23, 2015 at 06:52:38PM +0100, Andreas Enge wrote: > I wonder how to handle this case. Probably we should rename python2-py2cairo > to python2-pycairo. The include files and the pkg-config files speak only of > "pycairo", not "py2cairo". So it looks like this is also a case where the > tarball name differs from the module name. Actually, the python module is named "cairo", not "pycairo" or "py2cairo": /gnu/store/nql1qlyhy4dbhq260vybp1523lyn2gsz-python2-py2cairo-1.10.0/lib/python2.7/site-packages/cairo So we should rename python-pycairo to python-cairo, and python2-py2cairo to python2-cairo. Andreas