From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Add Scikit-learn. Date: Thu, 26 Feb 2015 21:44:19 +0100 Message-ID: <20150226204419.GB12643@debian> References: <20150223173628.GA10455@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]:60743) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR5IK-0002gi-BS for guix-devel@gnu.org; Thu, 26 Feb 2015 15:44:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YR5IH-0001cr-2H for guix-devel@gnu.org; Thu, 26 Feb 2015 15:44:28 -0500 Received: from mout.kundenserver.de ([212.227.17.13]:58971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR5IG-0001cl-Q6 for guix-devel@gnu.org; Thu, 26 Feb 2015 15:44:25 -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 Hello, On Thu, Feb 26, 2015 at 12:28:10PM +0100, Ricardo Wurmus wrote: > Attached is a better version that actually works. > I explicitly delete python-scipy and python-numpy, both of which have > matplotlib (and thus the problematic python-pycairo) as inputs, from the > propagated inputs and add their python2 versions manually. maybe wait a little bit until we sort out the final name of python(2)-py(2)cairo; hopefully we will find a solution that simplifies the packaging task. Andreas