[Patches] [ python-Patches-447476 ] Fixes to setup.py for including OSX modules

noreply@sourceforge.net noreply@sourceforge.net
Fri, 03 Aug 2001 12:36:33 -0700


Patches item #447476, was opened at 2001-08-03 08:18
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=447476&group_id=5470

Category: Build
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jack Jansen (jackjansen)
>Assigned to: Jack Jansen (jackjansen)
Summary: Fixes to setup.py for including OSX modules

Initial Comment:
I'm submitting this here in stead of checking it in
directly so that it gets some peer review (i.e. I can't
check that it doesn't break anything on Windows).

These fixes to setup.py replace moddir and incdir by
moddirlist and incdirlist, lists of source and include
directories that are searched for modules. This is needed because the Mac modules and include files live in the Mac subtree.

In addition (and that's actually what the mod is all about) on OSX we build all the Mac extension modules.

I'd be grateful if this fix could make it into 2.2a2.

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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-08-03 12:36

Message:
Logged In: YES 
user_id=6380

Works fine for me on Linux.  

There are a few long lines; fix these and check it in, I'd
say.


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

Comment By: Tim Peters (tim_one)
Date: 2001-08-03 10:57

Message:
Logged In: YES 
user_id=31435

No need to worry about Windows -- we don't use setup.py 
there at all (at least not yet).

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

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