I thought I'd note that I've been doing a little bit of work on Ryan Tomayko's buildutils lately (http://buildutils.lesscode.org/). It now has distutils.command entry points, so any setuptools-based package will get the new commands. And I've moved the svntag command from PasteDeploy to buildutils.
I guess next up I'm going to re-look at how to enable some of these commands conditionally, along the lines discussed in this thread: http://mail.python.org/pipermail/distutils-sig/2005-August/005011.html Maybe it will actually mean removing some of the current entry points, and requiring developers to specifically configure them (e.g., pudge, or publish). -- Ian Bicking / [EMAIL PROTECTED] / http://blog.ianbicking.org _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
