Re: [Pythonmac-SIG] pkg_resources and Mac OS X compatibility

2006-02-05 Thread Bob Ippolito
On Feb 5, 2006, at 2:00 PM, Bob Ippolito wrote: With the way that we're returning the distutils platform on the universal branch of Mac OS X, we need another patch to pkg_resources. The reason for this is that distutils.util.get_platform() returns the platform that it is trying to produ

[Pythonmac-SIG] pkg_resources and Mac OS X compatibility

2006-02-05 Thread Bob Ippolito
With the way that we're returning the distutils platform on the universal branch of Mac OS X, we need another patch to pkg_resources. The reason for this is that distutils.util.get_platform() returns the platform that it is trying to produce binaries for, which is often not the exact curre

Re: [Pythonmac-SIG] building universal binaries

2006-02-05 Thread Ronald Oussoren
On 5-feb-2006, at 19:59, Bob Ippolito wrote: On Feb 5, 2006, at 6:48 AM, Ronald Oussoren wrote: On 5-feb-2006, at 7:46, Bob Ippolito wrote: On Feb 3, 2006, at 12:10 PM, Bob Ippolito wrote: I think the only things missing from my branch currently are: 1) 10.3.9 support I believe this

Re: [Pythonmac-SIG] building universal binaries

2006-02-05 Thread Bob Ippolito
On Feb 5, 2006, at 6:48 AM, Ronald Oussoren wrote: > > On 5-feb-2006, at 7:46, Bob Ippolito wrote: > >> >> On Feb 3, 2006, at 12:10 PM, Bob Ippolito wrote: >> >>> I think the only things missing from my branch currently are: >>> >>> 1) 10.3.9 support >> >> I believe this is taken care of now that

Re: [Pythonmac-SIG] building universal binaries

2006-02-05 Thread Ronald Oussoren
On 5-feb-2006, at 7:46, Bob Ippolito wrote: On Feb 3, 2006, at 12:10 PM, Bob Ippolito wrote: I think the only things missing from my branch currently are: 1) 10.3.9 support I believe this is taken care of now that Ronald contributed the weak linking patch. If anyone wants support for

Re: [Pythonmac-SIG] building universal binaries

2006-02-05 Thread Ronald Oussoren
On 5-feb-2006, at 7:46, Bob Ippolito wrote: On another note, I also moved the HAVE_BROKEN_POLL check to runtime instead of compile time. Mac OS X 10.4.4's poll isn't broken, so we should be able to use it. I'm not sure which versions of Mac OS X have a broken poll, but the ones that hav