[Distutils] Setuptools should not depend on setuptools.

Lennart Regebro regebro at gmail.com
Wed Mar 11 19:16:56 CET 2009


On Wed, Mar 11, 2009 at 19:07, P.J. Eby <pje at telecommunity.com> wrote:
> Distutils doesn't have a "test" command...  let alone an egg_info command.

Well.... does setuptools? It's all command extensions, isn't it?

> It might be easier to have a "build_py" option to run 2to3 on stuff in the
> build directory, and a "test" variant that runs against the build tree
> instead of the source tree...  and runs under Python 3 instead of 2.

Yes, that's the idea, but I can't do that as long as the test option
depends on setuptools, as it will fail to import, since it's 2.x code.

-- 
Lennart Regebro: Pythonista, Barista, Notsotrista.
http://regebro.wordpress.com/
+33 661 58 14 64


More information about the Distutils-SIG mailing list