Forwarded Message
Subject: Re: [PATCH 12/13] gnu: Add python2-pygtk.
Date: Wed, 26 Nov 2014 21:42:08 +0100
From: Andreas Enge
To: Cyril Roelandt
On Wed, Nov 26, 2014 at 05:50:49PM +0100, Cyril Roelandt wrote:
> > I noticed that pygtk depends on pycairo and the home p
On 11/26/2014 09:30 AM, Federico Beffa wrote:
> 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.sc
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
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
>> pytho
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'.
> 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? I would be interested in using it
Eric Bavier skribis:
> * gnu/packages/gtk.scm (python2-pygtk): New variable.
[...]
> + #:phases (alist-cons-after
> + 'install 'install-pth
> + (lambda* (#:key inputs outputs #:allow-other-keys)
> + (let* ((out(assoc-ref outputs "out")
* gnu/packages/gtk.scm (python2-pygtk): New variable.
---
gnu/packages/gtk.scm | 49 -
1 file changed, 48 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index d8c8a29..a4b336b 100644
--- a/gnu/packages/gtk.sc