[issue13189] New bdist_simple binary distribution format for packaging

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: We have wheels now. -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue13189] New bdist_simple binary distribution format for packaging

2012-02-10 Thread Paul Moore
Paul Moore added the comment: I'm writing a PEP, also as a result of Nick's suggestion on python-ideas. I don't think it will be too hard to get the basic framework of the PEP in place. When I'm done, would you like to see it and comment before I post to the wider python-dev, or should I just

[issue13189] New bdist_simple binary distribution format for packaging

2012-02-09 Thread Éric Araujo
Éric Araujo added the comment: I initially had a lot of things to reply to but then though it would be unpractical to reply, then the usual life/work/time thing got in the way and I busied myself with easier issues. As Nick said on python-ideas, I should write a PEP, which would probably be a

[issue13189] New bdist_simple binary distribution format for packaging

2012-02-09 Thread Paul Moore
Paul Moore added the comment: We're running a bit lower on time now. Any progress? The whole discussion on python-dev around binary formats petered out with no real conclusions :-( -- ___ Python tracker _

[issue13189] New bdist_simple binary distribution format for packaging

2011-10-17 Thread Éric Araujo
Éric Araujo added the comment: I have to catch up with the discussion on python-dev. I’ll also want the opinion from our Windows experts. We still have time :) -- assignee: tarek -> versions: +3rd party ___ Python tracker

[issue13189] New bdist_simple binary distribution format for packaging

2011-10-16 Thread Paul Moore
Paul Moore added the comment: New patch including some basic tests. -- Added file: http://bugs.python.org/file23422/bdist_simple.patch ___ Python tracker ___ ___

[issue13189] New bdist_simple binary distribution format for packaging

2011-10-16 Thread Paul Moore
Changes by Paul Moore : Removed file: http://bugs.python.org/file23417/bdist_simple.patch ___ Python tracker ___ ___ Python-bugs-list mailing

[issue13189] New bdist_simple binary distribution format for packaging

2011-10-16 Thread Paul Moore
New submission from Paul Moore : The attached patch is a first version of a bdist_simple binary distribution format for packaging. There is a bdist_simple command to build the distribution, and pysetup install has been updated to handle bdist_simple format distributions (only as local files, t