[Patches] [ python-Patches-892660 ] bdist_wininst pre-install script, and --target-version fix

SourceForge.net noreply at sourceforge.net
Fri Feb 20 06:41:29 EST 2004


Patches item #892660, was opened at 2004-02-08 00:53
Message generated for change (Comment added) made by theller
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=892660&group_id=5470

Category: Distutils and setup.py
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Mark Hammond (mhammond)
Assigned to: Thomas Heller (theller)
Summary: bdist_wininst pre-install script, and --target-version fix

Initial Comment:
Hi Thomas :)  Sorry, but a few changes rolled up in one.

install.c: support for a 'pre-install-script', run
before anything has been installed.  Provides a
'message_box' module function for use by either the
pre-install or post-install scripts.

bdist_wininst.py: support for pre-install script.  Typo
(build->built), fixes so that --target-version can
still work, even when the distribution has extension
modules - in this case, we insist on --skip-build, as
we still can't actually build other versions.

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

>Comment By: Thomas Heller (theller)
Date: 2004-02-20 12:41

Message:
Logged In: YES 
user_id=11105

Mark, unfortunately I cannot apply the patch.  The CVS
version of install.c which is used by Python nowadays is in
the Python CVS tree - in
dist\src\PC\bdist_wininst\install.c, no longer that one in
the separate distutils CVS module.

Can you create a new patch, or shall I manually apply the
changes?

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

Comment By: Thomas Heller (theller)
Date: 2004-02-20 12:26

Message:
Logged In: YES 
user_id=11105

I've fixed the typo in the 2.3 release branch.

Do you think the other things should be in 2.3 as well?

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

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



More information about the Patches mailing list