Re: [Distutils] making easy_install install extras

2006-01-12 Thread Andrew Straw
Phillip J. Eby wrote: At 05:31 PM 1/11/2006 -0800, Andrew Straw wrote: Is it possible to convince easy_install to grab extras specified in the extras_require arguments to setup()? I know this probably isn't something that should be on by default (that's why they're extras), but it would be

[Distutils] making easy_install install extras

2006-01-11 Thread Andrew Straw
Hi, Is it possible to convince easy_install to grab extras specified in the extras_require arguments to setup()? I know this probably isn't something that should be on by default (that's why they're extras), but it would be nice to do something like: easy_install some_package

Re: [Distutils] making easy_install install extras

2006-01-11 Thread Phillip J. Eby
At 09:12 PM 1/11/2006 -0500, Phillip J. Eby wrote: There isn't a way to install an arbitrary collection of extras, however. Eep. What I meant to say was, you can't just install all the extras for some arbitrary collection of extras. You *can* install an arbitrary collection of extras as long