[Patches] [ python-Patches-1002241 ] Better extensibility for distutils commands

SourceForge.net noreply at sourceforge.net
Mon Aug 2 22:37:50 CEST 2004


Patches item #1002241, was opened at 2004-08-02 16:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1002241&group_id=5470

Category: Distutils and setup.py
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Fred L. Drake, Jr. (fdrake)
Assigned to: Nobody/Anonymous (nobody)
Summary: Better extensibility for distutils commands

Initial Comment:
This allows additional commands to be provided for
existing setup.py scripts without modifying either the
distutils installation or the setup.py scripts of
packages with which the new commands will be used.

Specifically, an option is added to distutils that
allows additional packages to be searched for command
implementations in addition to distutils.command.  The
additional packages can be specified on the command
line or via the installation or personal configuration
files already loaded by distutils.

For discussion, see the thread starting with:

http://mail.python.org/pipermail/distutils-sig/2004-August/004112.html

This patch adds the feature and unit tests; I'll add an
additional patch with documentation updates when that's
ready.

I'd like this to appear in the 2.4a2 release.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1002241&group_id=5470


More information about the Patches mailing list