Re: add python3 flavor to py-matplotlib

2015-04-14 Thread Stuart Henderson
On 2015/04/14 16:21, Dawe wrote: > Hi, > > here's patch to add a python3 flavor to py-matplotlib, tested on amd64. > > Daniel and me are a bit unsure about the handling of py-gtk2. > Does it make sense to add a python3 flavor to py-gtk2 just for this? > It's not needed in the normal use case of

Re: add python3 flavor to py-matplotlib

2015-04-14 Thread Daniel Dickman
On Tue, Apr 14, 2015 at 10:52 AM, Stuart Henderson wrote: > On 2015/04/14 16:21, Dawe wrote: >> Hi, >> >> here's patch to add a python3 flavor to py-matplotlib, tested on amd64. >> >> Daniel and me are a bit unsure about the handling of py-gtk2. >> Does it make sense to add a python3 flavor to py-

Re: add python3 flavor to py-matplotlib

2015-04-14 Thread Antoine Jacoutot
On Tue, Apr 14, 2015 at 10:26:38AM -0400, Daniel Dickman wrote: > for what it's worth I'm ok with the patch below but am not a big python3 > user. any python3 people want to review? It's not really ok to add x11/py-gtk2 unconditionally because that python2 only. > > On Apr 14, 2015, at 10:21 AM

Re: add python3 flavor to py-matplotlib

2015-04-14 Thread Daniel Dickman
for what it's worth I'm ok with the patch below but am not a big python3 user. any python3 people want to review? > On Apr 14, 2015, at 10:21 AM, Dawe wrote: > > Hi, > > here's patch to add a python3 flavor to py-matplotlib, tested on amd64. > > Daniel and me are a bit unsure about the handli

Re: add python3 flavor to py-matplotlib

2015-04-14 Thread Antoine Jacoutot
On Tue, Apr 14, 2015 at 04:21:01PM +0200, Dawe wrote: > Hi, > > here's patch to add a python3 flavor to py-matplotlib, tested on amd64. > > Daniel and me are a bit unsure about the handling of py-gtk2. > Does it make sense to add a python3 flavor to py-gtk2 just for this? > It's not needed in th

add python3 flavor to py-matplotlib

2015-04-14 Thread Dawe
Hi, here's patch to add a python3 flavor to py-matplotlib, tested on amd64. Daniel and me are a bit unsure about the handling of py-gtk2. Does it make sense to add a python3 flavor to py-gtk2 just for this? It's not needed in the normal use case of matplotlib... Opinions? Index: Makefile =