Re: [Distutils] [buildout] How do I use stuff specified in the distutils.command entry_point?

2009-09-09 Thread Reinout van Rees
On 2009-09-09, Chris Withers wrote: > > I'm afraid you're getting confused... You're right :-) > Reinout van Rees wrote: >>> And based on the entry points listed here: >>> >>> http://bitbucket.org/birkenfeld/sphinx/src/447109cf9b01/setup.py#cl-182 > > I'm referring to the distutils.commands entr

Re: [Distutils] [buildout] How do I use stuff specified in the distutils.command entry_point?

2009-09-09 Thread Chris Withers
Hi Reinout, I'm afraid you're getting confused... Reinout van Rees wrote: And based on the entry points listed here: http://bitbucket.org/birkenfeld/sphinx/src/447109cf9b01/setup.py#cl-182 I'm referring to the distutils.commands entry point in the above *not* console_scripts. Yes: "bin/b

Re: [Distutils] [buildout[ How do I use stuff specified in the distutils.command entry_point?

2009-09-08 Thread Reinout van Rees
On 2009-09-08, Chris Withers wrote: > Hi All, > > Sphinx, among others, provides command in this entry point. > > With this buildout: > > [buildout] > parts = sphinx > > [sphinx] > recipe = zc.recipe.egg > eggs = sphinx > > And based on the entry points listed here: > > http://bitbucket.org/birken

[Distutils] [buildout[ How do I use stuff specified in the distutils.command entry_point?

2009-09-08 Thread Chris Withers
Hi All, Sphinx, among others, provides command in this entry point. With this buildout: [buildout] parts = sphinx [sphinx] recipe = zc.recipe.egg eggs = sphinx And based on the entry points listed here: http://bitbucket.org/birkenfeld/sphinx/src/447109cf9b01/setup.py#cl-182 I'd expect to be