This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.moore
Recipients alexis, eric.araujo, paul.moore, tarek
Date 2011-10-16.14:29:48
SpamBayes Score 1.5633368e-05
Marked as misclassified No
Message-id <1318775392.19.0.757483007173.issue13189@psf.upfronthosting.co.za>
In-reply-to
Content
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, there is no support for discovering or downloading binary distributions at this point).

The patch still needs documentation and tests, but has been manually tested on Windows, for both Python and C distributions.
History
Date User Action Args
2011-10-16 14:29:53paul.mooresetrecipients: + paul.moore, tarek, eric.araujo, alexis
2011-10-16 14:29:52paul.mooresetmessageid: <1318775392.19.0.757483007173.issue13189@psf.upfronthosting.co.za>
2011-10-16 14:29:51paul.moorelinkissue13189 messages
2011-10-16 14:29:51paul.moorecreate