Re: [Pythonmac-SIG] [Pyobjc-dev] py2app release delayed

2017-01-11 Thread Barry Scott
> On 10 Jan 2017, at 19:20, Ronald Oussoren wrote: > > >> On 10 Jan 2017, at 17:00, Barry Scott wrote: >> >> Ronald, >> >> Attached is a patch that cleans up the false positives by allows the recipes >> to tell build_app what is expected to be missing. >> >> I can turn into a pull request

Re: [Pythonmac-SIG] [Pyobjc-dev] py2app release delayed

2017-01-10 Thread Ronald Oussoren
> On 10 Jan 2017, at 17:00, Barry Scott wrote: > > Ronald, > > Attached is a patch that cleans up the false positives by allows the recipes > to tell build_app what is expected to be missing. > > I can turn into a pull request if you like the direction of this patch. I like the idea.. A pull

Re: [Pythonmac-SIG] [Pyobjc-dev] py2app release delayed

2017-01-10 Thread Barry Scott
Ronald, Attached is a patch that cleans up the false positives by allows the recipes to tell build_app what is expected to be missing. I can turn into a pull request if you like the direction of this patch. Oh and the syntax errors in PyQt5 have been fixes for the 5.7.1 version. Barry py2app

Re: [Pythonmac-SIG] [Pyobjc-dev] py2app release delayed

2017-01-03 Thread Barry Scott
Ronald, I have been testing against your hg repo for py2app d3f3d531abc1324b71b3b8c289877b28bed1d7c0. I have removed my PyQt5 and the pkg_resources hack for putz and tzlocal and every thing looks to be working well. This is looking very good. However I did notice some problems in the summary

Re: [Pythonmac-SIG] [Pyobjc-dev] py2app release delayed

2016-12-28 Thread Barry Scott
> On 27 Dec 2016, at 19:36, Ronald Oussoren wrote: > > >> On 21 Dec 2016, at 00:02, Barry Scott > > wrote: >> >>> >>> On 18 Dec 2016, at 20:39, Ronald Oussoren >> > wrote: >>> >>> Hi, >>> >>> I had hoped to release a new version

Re: [Pythonmac-SIG] [Pyobjc-dev] py2app release delayed

2016-12-28 Thread Ronald Oussoren
On 27 Dec 2016, at 22:38, Chris Barker wrote:On Tue, Dec 27, 2016 at 11:36 AM, Ronald Oussoren wrote:As an aside to this: I’m considering to remove the site-packages.zip file from the app bundle and store everything outside off zipfiles. A lot of cod

Re: [Pythonmac-SIG] [Pyobjc-dev] py2app release delayed

2016-12-27 Thread Chris Barker
On Tue, Dec 27, 2016 at 11:36 AM, Ronald Oussoren wrote: > As an aside to this: I’m considering to remove the site-packages.zip file > from the app bundle and store everything outside off zipfiles. A lot of > code works inside zipfiles, but there are too many exceptions and with the > transition

Re: [Pythonmac-SIG] [Pyobjc-dev] py2app release delayed

2016-12-27 Thread Ronald Oussoren
> On 21 Dec 2016, at 00:02, Barry Scott wrote: > >> >> On 18 Dec 2016, at 20:39, Ronald Oussoren > > wrote: >> >> Hi, >> >> I had hoped to release a new version of py2app today, but didn’t due to >> problems with macholib that resulted in broken application bun