[New-bugs-announce] [issue13189] New bdist_simple binary distribution format for packaging

Paul Moore report at bugs.python.org
Sun Oct 16 16:29:52 CEST 2011


New submission from Paul Moore <p.f.moore at 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 <report at bugs.python.org>
<http://bugs.python.org/issue13189>
_______________________________________


More information about the New-bugs-announce mailing list