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

2013-03-30 Thread Nick Coghlan
On Sun, Mar 31, 2013 at 9:07 AM, Brett Cannon wrote: > I would suggest allowing multiple versions for compilation (when > specified). There should also be a check that people don't specify multiple > versions that can't exist on the same directory (e.g 2.6 and 2.7). > Otherwise the compileall mod

[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: https://github.com/sontek/notaliens.com/blob/master/b

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 wrote: > > On Mar 30, 2013 3:23 PM, "Daniel Holth" wrote: >> >> Python ZIP Application Support - >> >> https://docs.google.com/document/d/1MKXgPzhWD5wIUpoSQX7dxmqgTZVO6l9iZZis8dnri78/edit?usp=sharing >> >> >> PEP: 4XX >> >> Title: Improving Python ZIP

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

2013-03-30 Thread Brett Cannon
On Mar 30, 2013 3:23 PM, "Daniel Holth" 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 > > Status: Draft > >

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 unr

Re: [Distutils] [Catalog-sig] Merge catalog-sig and distutils-sig

2013-03-30 Thread Richard Jones
I've set the wheels in motion. I just need a little help from the pydotorg volunteers (and some hits from the mailman cluebat). Richard On 30 March 2013 06:43, Donald Stufft wrote: > > On Mar 29, 2013, at 3:40 PM, Nick Coghlan wrote: > > > On Fri, Mar 29, 2013 at 7:47 PM, Richard Jones

Re: [Distutils] "packaging-user" mailing list?

2013-03-30 Thread Marcus Smith
>> We want less lists, not more. the basic math would be adding "packaging-user" and dropping "virtualenv", so no more lists on the whole. if you're not a virtualenv subscriber, then yes, it's one more list, but honestly, this isn't about the active *-sig people, but the users. see below. >> it's

[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 Status: Draft Type: Standards Track Python-Version: 3.4 Created: 30 March 2013 Po

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" wrote: > > On Fri, Mar 29, 2013 at 8:43 AM, Daniel Holth 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 Python, and the +x flag wou

Re: [Distutils] "packaging-user" mailing list?

2013-03-30 Thread PJ Eby
On Fri, Mar 29, 2013 at 5:28 PM, Marcus Smith 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 "virtualen

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] Self-contained boostrap scripts [was: Re: A new, experimental packaging tool: distil]

2013-03-30 Thread Vinay Sajip
Nick Coghlan 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, but otherw