Re: [Pythonmac-SIG] MacPython and automating wheel builds

2014-08-06 Thread Matthew Brett
On Mon, Aug 04, 2014 at 09:05 AM, Chris Barker wrote: > from: Chris Barker > date: Mon, Aug 04 09:05 AM -07:00 2014 > to: Matthew Brett > cc: Pythonmac-Sig , Olivier Grisel > > subject: Re: [Pythonmac-SIG] MacPython and automating wheel builds > > Matthew, > >

Re: [Pythonmac-SIG] MacPython and automating wheel builds

2014-08-04 Thread Chris Barker
Matthew, I would like some feedback on an idea I had for providing a > wheel-building service via the MacPython organization. > Do you mean the gitHub MacPython organization? If so, then yes, this is exactly the kind of thing I had in mind when I started that. Following up an idea and code by Ma

[Pythonmac-SIG] MacPython and automating wheel builds

2014-08-02 Thread Matthew Brett
Hi, I would like some feedback on an idea I had for providing a wheel-building service via the MacPython organization. Following up an idea and code by Matt Terry [1], I've made a general repo called 'terryfy', with tools for building Python projects on the travis-ci OSX virtual machines [2]. Me