From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Add Scikit-learn. Date: Mon, 23 Feb 2015 18:52:38 +0100 Message-ID: <20150223175238.GA10579@debian.eduroam.u-bordeaux.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPxBc-0004aJ-Rg for guix-devel@gnu.org; Mon, 23 Feb 2015 12:52:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPxBZ-0005It-Lo for guix-devel@gnu.org; Mon, 23 Feb 2015 12:52:52 -0500 Received: from mout.kundenserver.de ([212.227.126.131]:61204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPxBZ-0005Hf-Cd for guix-devel@gnu.org; Mon, 23 Feb 2015 12:52:49 -0500 Content-Disposition: inline In-Reply-To: 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:17:47PM +0100, Ricardo Wurmus wrote: > I could not just use the package-with-python2 wrapper because of the > propagated "python-pycairo" input that turns into "python2-pycairo" > rather than "python2-py2cairo". In my patch I addressed this by > explicitly removing "python-pycairo" from the list of propagated inputs > and adding "python2-py2cairo". 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. What do the specialists think? Andreas