[Distutils] [issue103] develop command needs a way to install extra requirements

Tres Seaver setuptools at bugs.python.org
Tue Feb 23 00:48:51 CET 2010


New submission from Tres Seaver <tseaver at palladion.com>:

When running 'python setup.py develop', it would be useful to install one (or
more) of the 'extra' requirements for the package-under-development.  The
attached patch allows installing one at a time:  I don't have the options fu to
make it a repeatable option.

----------
assignedto: pje
files: setuptools-develop_w_extra.patch
messages: 506
nosy: pje, tseaver
priority: feature
status: unread
title: develop command needs a way to install extra requirements
Added file: http://bugs.python.org/setuptools/file67/setuptools-develop_w_extra.patch

_______________________________________________
Setuptools tracker <setuptools at bugs.python.org>
<http://bugs.python.org/setuptools/issue103>
_______________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: setuptools-develop_w_extra.patch
Type: text/x-diff
Size: 1983 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20100222/14fadc0f/attachment.patch>


More information about the Distutils-SIG mailing list