Re: [Distutils] Self-contained boostrap scripts [was: Re: A new, experimental packaging tool: distil]

2013-03-30 Thread Vinay Sajip
Nick Coghlan ncoghlan at gmail.com writes: * ship a tool for creating an executable pyz or pyzw file from a directory of pure-Python files This could be a variant of my pyzzer.py tool: https://gist.github.com/vsajip/5276787 It doesn't print warnings for extensions or byte-compile anything,

Re: [Distutils] packaging-user mailing list?

2013-03-30 Thread Chris Withers
On 29/03/2013 21:28, Marcus Smith wrote: distutils-sig would maintain it's current focus as a place for development discussions. thoughts? -1. We want less lists, not more. I'd say just roll it all into distutils and be done with it. cheers, Chris -- Simplistix - Content Management, Batch

Re: [Distutils] packaging-user mailing list?

2013-03-30 Thread PJ Eby
On Fri, Mar 29, 2013 at 5:28 PM, Marcus Smith qwc...@gmail.com wrote: Some of the pypa people have been discussing beginning a packaging-user mailing list. - It would be open to *any* packaging or install user issues. - It would be on python.org - pip/virtualenv would use it instead of our

Re: [Distutils] Self-contained boostrap scripts [was: Re: A new, experimental packaging tool: distil]

2013-03-30 Thread Brett Cannon
On Mar 29, 2013 4:12 PM, Nick Coghlan ncogh...@gmail.com wrote: On Fri, Mar 29, 2013 at 8:43 AM, Daniel Holth dho...@gmail.com wrote: WinZip will ignore anything in the front of the file since the zip directory doesn't reference it. The #! shebang is for Unix, would point to the correct

[Distutils] PEP: Improving Python ZIP Application Support

2013-03-30 Thread Daniel Holth
Python ZIP Application Support - https://docs.google.com/document/d/1MKXgPzhWD5wIUpoSQX7dxmqgTZVO6l9iZZis8dnri78/edit?usp=sharing PEP: 4XX Title: Improving Python ZIP Application Support Author: Daniel Holth dho...@gmail.com Status: Draft Type: Standards Track Python-Version: 3.4 Created:

Re: [Distutils] PEP: Improving Python ZIP Application Support

2013-03-30 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/30/2013 03:22 PM, Daniel Holth wrote: Python ZIP Application Support - https://docs.google.com/document/d/1MKXgPzhWD5wIUpoSQX7dxmqgTZVO6l9iZZis8dnri78/edit?usp=sharing +1, but I think this actually belongs on python-dev (AFAICT it is

Re: [Distutils] PEP: Improving Python ZIP Application Support

2013-03-30 Thread Brett Cannon
On Mar 30, 2013 3:23 PM, Daniel Holth dho...@gmail.com wrote: Python ZIP Application Support - https://docs.google.com/document/d/1MKXgPzhWD5wIUpoSQX7dxmqgTZVO6l9iZZis8dnri78/edit?usp=sharing PEP: 4XX Title: Improving Python ZIP Application Support Author: Daniel Holth dho...@gmail.com

Re: [Distutils] PEP: Improving Python ZIP Application Support

2013-03-30 Thread Daniel Holth
On Sat, Mar 30, 2013 at 7:07 PM, Brett Cannon br...@yvrsfo.ca wrote: On Mar 30, 2013 3:23 PM, Daniel Holth dho...@gmail.com wrote: Python ZIP Application Support - https://docs.google.com/document/d/1MKXgPzhWD5wIUpoSQX7dxmqgTZVO6l9iZZis8dnri78/edit?usp=sharing PEP: 4XX Title: Improving

[Distutils] Help with buildout

2013-03-30 Thread John Anderson
I'm trying to use buildout to pull in 4 github repositories and combine their wsgi applications together using paste's urlmap. A few things aren't working the way I expect and so I'm looking for some more information: This is my buildout.cfg: