Re: building scons with default python3

2013-05-06 Thread Eitan Adler
On 6 May 2013 18:24, Gavin McDonald wrote: > Ok so I see this was already committed in r317412. > > Apologies for missing a mail, I only saw this last week. > > Ignore my comment to wait for the other patch. No worries. I don't have time to look at the other patch now, but hopefully someone shou

RE: building scons with default python3

2013-05-06 Thread Gavin McDonald
; To: 'Eitan Adler'; 'Chris Rees' > Cc: 'python' > Subject: RE: building scons with default python3 > > > > > -Original Message- > > From: Eitan Adler [mailto:li...@eitanadler.com] > > Sent: Thursday, 2 May 2013 1:24 P

RE: building scons with default python3

2013-05-06 Thread Gavin McDonald
> -Original Message- > From: Eitan Adler [mailto:li...@eitanadler.com] > Sent: Thursday, 2 May 2013 1:24 PM > To: Chris Rees > Cc: ga...@16degrees.com.au; python > Subject: Re: building scons with default python3 > > On 20 April 2013 05:56, Chris Rees wrote: &g

Re: building scons with default python3

2013-05-01 Thread Eitan Adler
On 20 April 2013 05:56, Chris Rees wrote: > On 20 April 2013 04:48, Eitan Adler wrote: >> What do you think of the following? >> >> This fixes issue with PYTHON_DEFAULT_VERSION=python3.3 >> >> >> Index: Makefile >> === >> --- Makefil

Re: building scons with default python3

2013-04-30 Thread Roland Smith
On Sun, Apr 28, 2013 at 10:42:08PM +0200, Roland Smith wrote: > On Fri, Apr 19, 2013 at 11:48:44PM -0400, Eitan Adler wrote: > > What do you think of the following? > > Looks OK. > > > This fixes issue with PYTHON_DEFAULT_VERSION=python3.3 > > Correct me if I'm wrong, but as far as I understand

Re: building scons with default python3

2013-04-28 Thread Roland Smith
On Fri, Apr 19, 2013 at 11:48:44PM -0400, Eitan Adler wrote: > What do you think of the following? Looks OK. > This fixes issue with PYTHON_DEFAULT_VERSION=python3.3 Correct me if I'm wrong, but as far as I understand bsd.python.mk, this switch is meant to select an _older_ 2.x version as the d

Re: building scons with default python3

2013-04-20 Thread Chris Rees
On 20 April 2013 04:48, Eitan Adler wrote: > What do you think of the following? > > This fixes issue with PYTHON_DEFAULT_VERSION=python3.3 > > > Index: Makefile > === > --- Makefile(revision 315795) > +++ Makefile(working cop

building scons with default python3

2013-04-19 Thread Eitan Adler
What do you think of the following? This fixes issue with PYTHON_DEFAULT_VERSION=python3.3 Index: Makefile === --- Makefile(revision 315795) +++ Makefile(working copy) @@ -25,6 +25,8 @@ PYDISTUTILS_EGGINFODIR= ${PREFIX