From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: [PATCH 12/13] gnu: Add python2-pygtk. Date: Wed, 26 Nov 2014 09:30:12 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtXzL-0000ZN-CN for guix-devel@gnu.org; Wed, 26 Nov 2014 03:30:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtXzK-0003Mw-1n for guix-devel@gnu.org; Wed, 26 Nov 2014 03:30:15 -0500 Received: from mail-la0-x233.google.com ([2a00:1450:4010:c03::233]:63518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtXzJ-0003Mq-Q6 for guix-devel@gnu.org; Wed, 26 Nov 2014 03:30:13 -0500 Received: by mail-la0-f51.google.com with SMTP id ms9so2030383lab.10 for ; Wed, 26 Nov 2014 00:30:13 -0800 (PST) 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: Eric Bavier Cc: Guix-devel On Wed, Nov 26, 2014 at 4:46 AM, Eric Bavier wrote: > > > On Sat, Nov 22, 2014 at 10:18 AM, Eric Bavier wrote: >> >> >> On Sat, Nov 22, 2014 at 9:40 AM, Federico Beffa wrote: >>> >>> > Eric Bavier skribis: >>> > >>> >> * gnu/packages/gtk.scm (python2-pygtk): New variable. >>> > >>> >>> I notice that most python packages are defined for python 3 and then a >>> python2 package is generated with the procedure 'package-with-python2'. >>> Is pygtk problematic with python 3? >> >> >> It has been a while since I did the packaging work for this python2-pygtk, >> and I seem to recall that there was some sort of difficulty with python3. > > > It looks possible, but from what I can tell, it might require more work on > the packages that pygtk depends on, some of which aren't compatible with > python3 or would requires updates to work with python3. > I noticed that pygtk depends on pycairo and the home page of the latter provides two sources: one for python3 and one for python2. Maybe that's the package causing some troubles. http://cairographics.org/pycairo/ Thanks for looking into this! Fede