Re: [Distutils] indexing sys.meta_path hook?

2012-09-28 Thread PJ Eby
On Fri, Sep 28, 2012 at 6:27 PM, Daniel Holth wrote: > Is the new python 3.3 optimization documented anywhere? I am having trouble > finding it. Well, it's mentioned several places in http://docs.python.org/dev/whatsnew/3.3.html, albeit rather obscurely. Most important mention is probably this:

Re: [Distutils] indexing sys.meta_path hook?

2012-09-28 Thread Daniel Holth
Is the new python 3.3 optimization documented anywhere? I am having trouble finding it. On Sep 28, 2012 6:23 PM, "PJ Eby" wrote: > On Fri, Sep 28, 2012 at 4:14 PM, Daniel Holth wrote: > > Has anyone bothered to write a meta path hook that checks all the > > top_level.txt on a sys.path full of eg

Re: [Distutils] indexing sys.meta_path hook?

2012-09-28 Thread PJ Eby
On Fri, Sep 28, 2012 at 4:14 PM, Daniel Holth wrote: > Has anyone bothered to write a meta path hook that checks all the > top_level.txt on a sys.path full of eggs, and uses > imp.load_module(name, short list of paths) to find the module instead > of the default load_module(name, full sys.path)?

[Distutils] indexing sys.meta_path hook?

2012-09-28 Thread Daniel Holth
Has anyone bothered to write a meta path hook that checks all the top_level.txt on a sys.path full of eggs, and uses imp.load_module(name, short list of paths) to find the module instead of the default load_module(name, full sys.path)? ___ Distutils-SIG m

Re: [Distutils] buildout.org A record

2012-09-28 Thread Alex Clark
On 2012-09-28 17:50:56 +, Jim Fulton said: On Fri, Sep 28, 2012 at 12:58 PM, Alex Clark wrote: Please change the A record. Once that change propagates, these docs will be displayed at buildout.org: - https://github.com/buildout/buildout.github.com Not so fast. 1) To test this, I added

Re: [Distutils] Panel on packaging at PyCon 2013

2012-09-28 Thread Toshio Kuratomi
On Fri, Sep 28, 2012 at 12:08:48PM -0400, Barry Warsaw wrote: > On Sep 28, 2012, at 12:01 PM, Éric Araujo wrote: > > >I’m putting up a last-minute proposal for a panel about directions for > >the packaging ecosystem at the next PyCon. For that I would need a list > >of panelists. I think it woul

Re: [Distutils] [Python-Dev] distlib updated with resources API

2012-09-28 Thread Daniel Holth
> I'd certainly like to kill easy_install, and see any popular elements > of setuptools metadata become officially defined *independently* of > any given implementation. I would like to kill distutils without killing setuptools, if that makes any sense. I think the most important thing to do is t

Re: [Distutils] buildout.org A record

2012-09-28 Thread Jim Fulton
On Fri, Sep 28, 2012 at 12:58 PM, Alex Clark wrote: > Please change the A record. Once that change propagates, these docs will be > displayed at buildout.org: > > - https://github.com/buildout/buildout.github.com Not so fast. 1) To test this, I added this to my host file: 207.97.227.245 www

Re: [Distutils] [Python-Dev] distlib updated with resources API

2012-09-28 Thread Nick Coghlan
On Fri, Sep 28, 2012 at 10:07 AM, Daniel Holth wrote: > Are we trying to kill setuptools? I'm not entirely sure, but we should > stop trying to do that. The migration should take essentially forever > as soon as it makes sense for each pypi publisher. I'd certainly like to kill easy_install, and

Re: [Distutils] buildout.org A record

2012-09-28 Thread Alex Clark
On 2012-09-28 06:47:08 +, Christian Theune said: Hi, On 2012-09-27 21:12:05 +, Jim Fulton said: On Wed, Sep 26, 2012 at 10:38 PM, Alex Clark wrote: On 2012-09-26 15:35:00 +, Jim Fulton said: On Wed, Sep 26, 2012 at 11:03 AM, Conrado Buhrer wrote: Hi Jim, A few of us on #bu

Re: [Distutils] pythonpackages.com "hail mary"

2012-09-28 Thread Alex Clark
On 2012-09-28 16:14:52 +, Alex Clark said: Hi, The pythonpackages.com "hail mary" call has gone out: - http://blog.aclark.net/2012/09/28/pythonpackages-com-one-year-later/ If you are interested in this project and can help financially (even ina small way), please do so now (the blog entr

[Distutils] pythonpackages.com "hail mary"

2012-09-28 Thread Alex Clark
Hi, The pythonpackages.com "hail mary" call has gone out: - http://blog.aclark.net/2012/09/28/pythonpackages-com-one-year-later/ If you are interested in this project and can help financially (even in a small way), please do so now (the blog entry has the details.) Otherwise, I'll mostly like

Re: [Distutils] Panel on packaging at PyCon 2013

2012-09-28 Thread Barry Warsaw
On Sep 28, 2012, at 12:01 PM, Éric Araujo wrote: >I’m putting up a last-minute proposal for a panel about directions for >the packaging ecosystem at the next PyCon. For that I would need a list >of panelists. I think it would be interesting to have developers (say >from distribute, buildout, pip

[Distutils] Panel on packaging at PyCon 2013

2012-09-28 Thread Éric Araujo
Hi everybody, I’m putting up a last-minute proposal for a panel about directions for the packaging ecosystem at the next PyCon. For that I would need a list of panelists. I think it would be interesting to have developers (say from distribute, buildout, pip, wheel) as well as users from subcommu

Re: [Distutils] buildout.org A record

2012-09-28 Thread Marius Gedminas
On Fri, Sep 28, 2012 at 03:18:06PM +0200, Christian Theune wrote: > > On Sep 28, 2012, at 3:16 PM, Jim Fulton wrote: > > > > Status quo for now. I like the idea of using github pages to host > > buildout.org. > > When someone sets that up, we'll switch over. > > Ack. Um, status quo is "www.b

Re: [Distutils] buildout.org A record

2012-09-28 Thread Christian Theune
On Sep 28, 2012, at 3:16 PM, Jim Fulton wrote: > > Status quo for now. I like the idea of using github pages to host > buildout.org. > When someone sets that up, we'll switch over. Ack. -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · Forsterstraße 29 · 06112 Halle (Saale) · Ger

Re: [Distutils] buildout.org A record

2012-09-28 Thread Jim Fulton
On Fri, Sep 28, 2012 at 2:47 AM, Christian Theune wrote: > Hi, > > > On 2012-09-27 21:12:05 +, Jim Fulton said: > >> On Wed, Sep 26, 2012 at 10:38 PM, Alex Clark wrote: ... >>> If anyone does know, please change the DNS A record to 207.97.227.245 so >>> we >>> can host the site on github pa

Re: [Distutils] distlib updated with resources API

2012-09-28 Thread Georg Brandl
On 09/28/2012 10:17 AM, Vinay Sajip wrote: Georg Brandl gmx.net> writes: I've cloned the bitbucket.org/vinay.sajip/distlib repo to hg.python.org/distlib. Thank you very much. At the moment no hooks are set up; let me know if you want e.g. email notification, CIA or roundup integration. A

Re: [Distutils] distlib updated with resources API

2012-09-28 Thread Vinay Sajip
Georg Brandl gmx.net> writes: > I've cloned the bitbucket.org/vinay.sajip/distlib repo to > hg.python.org/distlib. Thank you very much. > At the moment no hooks are set up; let me know if you want e.g. email > notification, CIA or roundup integration. Are the coding style (whitespace) hooks se