New submission from Paul Moore <p.f.mo...@gmail.com>: 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. ---------- assignee: tarek components: Distutils2 files: bdist_simple.patch keywords: patch messages: 145621 nosy: alexis, eric.araujo, pmoore, tarek priority: normal severity: normal status: open title: New bdist_simple binary distribution format for packaging type: feature request versions: Python 3.3 Added file: http://bugs.python.org/file23417/bdist_simple.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13189> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com