python-distutils-extra

2010-10-29 Thread Luke Macken
Just a heads up to some new behavior that I noticed in F14.

When python-distutils-extra is installed, it will cause pylint to be run
against your project automatically when `python setup.py sdist` is
called.  It installs DistUtilsExtra.command.check on the
distutils.commands check entry-point.

This shouldn't be a problem in koji-land, since nothing currently pulls
this in at build time.

This turns out to be an annoyance for me, since it causes an infinite
recursion error with one of my projects.  Whether or not we want to
patch this behavior out is still up for discussion.

luke
___
python-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/python-devel


Re: python-distutils-extra

2010-10-29 Thread Toshio Kuratomi
On Fri, Oct 29, 2010 at 05:45:09PM -0400, Luke Macken wrote:
> Just a heads up to some new behavior that I noticed in F14.
> 
> When python-distutils-extra is installed, it will cause pylint to be run
> against your project automatically when `python setup.py sdist` is
> called.  It installs DistUtilsExtra.command.check on the
> distutils.commands check entry-point.
> 
> This shouldn't be a problem in koji-land, since nothing currently pulls
> this in at build time.
> 
> This turns out to be an annoyance for me, since it causes an infinite
> recursion error with one of my projects.  Whether or not we want to
> patch this behavior out is still up for discussion.
> 
Is any of this submitted to distutils-extra upstream?

-Toshio


pgpdR32dFAlsv.pgp
Description: PGP signature
___
python-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/python-devel