[Patches] [ python-Patches-458898 ] --python-build for install

noreply@sourceforge.net noreply@sourceforge.net
Wed, 05 Sep 2001 13:58:47 -0700


Patches item #458898, was opened at 2001-09-05 13:58
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=458898&group_id=5470

Category: Distutils and setup.py
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Gustavo Niemeyer (niemeyer)
Assigned to: A.M. Kuchling (akuchling)
Summary: --python-build for install

Initial Comment:
Sometimes, being able to install python tools without
having python installed is desirable. When building an
RPM package of python, for example, one may want to
build/install IDLE as well, including it in a
subpackage. Indeed, we're doing this with a couple of
python tools here at Conectiva. Unfortunately, we have
a egg-chicken problem when doing this. You need python
installed in your system before you install tools. This
limitation may be observed in the file
Lib/distutils/sysconfig.py. It looks for Makefile in
the final installation directory, for example.

This patch adds a new option to dist-utils' install
command: --python-build. When used, python will look
for these files in the python build directory specified
trough the option.



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

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