On Mon, Jul 9, 2012 at 10:28 PM, Daniel Holth <dho...@gmail.com> wrote:
> New draft up at 
> https://bitbucket.org/dholth/python-peps/changeset/537e83bd4068
>
> Adds Provides-Extra: (with longer explanation), Setup-Requires-Dist:

To review, Setup-Requires-Dist (only installed for setup.py to run,
called build requirements in some systems) is a completely different
feature than Provides-Extra (for example when code uses 'try: import
somepackage; except: don't offer a feature; called optional_features
in CPAN; similar to Debian 'Suggests' dependencies).
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to