Re: [Distutils] Delay acceptance of PEP 426 until after PyCon US?

2013-02-20 Thread Nick Coghlan
On 21 Feb 2013 02:12, "Daniel Holth" wrote: > > On Wed, Feb 20, 2013 at 8:58 AM, Nick Coghlan wrote: >> >> On Wed, Feb 20, 2013 at 9:48 PM, Daniel Holth wrote: >> > -1 The same arguments will just be repeated again. >> >> I'm not so sure - at the moment, I'm basically saying "trust me, I >> have

Re: [Distutils] Wheel support added to distlib

2013-02-20 Thread Daniel Holth
On Wed, Feb 20, 2013 at 12:33 AM, Nick Coghlan wrote: > On Wed, Feb 20, 2013 at 10:18 AM, Daniel Holth wrote: > > Wheel is only defined for 1 dist per archive. > > Indeed. We did briefly discuss the idea of wheels-within-wheels > somewhere along the line (it may even have been a private email >

Re: [Distutils] Delay acceptance of PEP 426 until after PyCon US?

2013-02-20 Thread Daniel Holth
On Wed, Feb 20, 2013 at 8:58 AM, Nick Coghlan wrote: > On Wed, Feb 20, 2013 at 9:48 PM, Daniel Holth wrote: > > -1 The same arguments will just be repeated again. > > I'm not so sure - at the moment, I'm basically saying "trust me, I > have a plan for this". I do have a plan, and I've shared bit

Re: [Distutils] Delay acceptance of PEP 426 until after PyCon US?

2013-02-20 Thread Nick Coghlan
On Wed, Feb 20, 2013 at 9:48 PM, Daniel Holth wrote: > -1 The same arguments will just be repeated again. I'm not so sure - at the moment, I'm basically saying "trust me, I have a plan for this". I do have a plan, and I've shared bits and pieces of it with different people, but not put any of it

[Distutils] Building wheels for dependencies with distlib, wheeler.py and vanilla pip.

2013-02-20 Thread Vinay Sajip
I've updated the wheeler.py script [1] to build wheels for dependencies by default, though you can turn that off by specifying --no-deps. It's smart about not repeating work if dependencies are common across multiple distributions you specify: $ python wheeler.py pygments flask Finding the

Re: [Distutils] [buildout] http://downloads.buildout.org/1/bootstrap.py resulting in buildout 2.0.1

2013-02-20 Thread Jim Fulton
On Tue, Feb 19, 2013 at 7:50 PM, Philippe Ombredanne wrote: > On Tue, Feb 19, 2013 at 2:39 PM, Chris Withers wrote: >> Dunno what I'm doing wrong then, see the eggs being used here: >> http://jenkins.simplistix.co.uk/job/checker-buildout/86/PYTHON=2.7,label=linux/console > > Weird, sounds like bo

Re: [Distutils] Delay acceptance of PEP 426 until after PyCon US?

2013-02-20 Thread Daniel Holth
-1 The same arguments will just be repeated again. On Feb 20, 2013 4:45 AM, "Lennart Regebro" wrote: > On Wed, Feb 20, 2013 at 10:42 AM, Nick Coghlan wrote: > > > Thoughts? > > +1 > ___ > Distutils-SIG maillist - Distutils-SIG@python.org > http://mai

Re: [Distutils] [buildout] http://downloads.buildout.org/1/bootstrap.py resulting in buildout 2.0.1

2013-02-20 Thread Maurits van Rees
Op 20-02-13 08:51, Chris Withers schreef: Seem to be bug(s) in buildout! Two problems: - I thought the buildout 1 bootstrap pinned zc.recipe.egg? Looks like it might, but with the incorrect 'zc.recipe.egg<2'. I do not see where this requirement is actually specified. I see it in the console

Re: [Distutils] Delay acceptance of PEP 426 until after PyCon US?

2013-02-20 Thread Lennart Regebro
On Wed, Feb 20, 2013 at 10:42 AM, Nick Coghlan wrote: > Thoughts? +1 ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

[Distutils] Delay acceptance of PEP 426 until after PyCon US?

2013-02-20 Thread Nick Coghlan
Previously, there was some urgency to getting PEP 426 approved, as it was one of the conditions on getting wheel support into pip. However, Daniel revised the wheel spec to allow metadata v1.1, thus removing that dependency (since wheel dependencies work almost as well with the de facto setuptools

Re: [Distutils] [buildout] http://downloads.buildout.org/1/bootstrap.py resulting in buildout 2.0.1

2013-02-20 Thread Chris Withers
On 20/02/2013 00:50, Philippe Ombredanne wrote: On Tue, Feb 19, 2013 at 2:39 PM, Chris Withers wrote: Dunno what I'm doing wrong then, see the eggs being used here: http://jenkins.simplistix.co.uk/job/checker-buildout/86/PYTHON=2.7,label=linux/console Weird, sounds like both the 1.3.2 and 2.0