Revision 8 as of 2003-10-09 02:31:39

Clear message

There are various fixes and improvements that should form part of a 2.0 version of Distutils.

What about package installation from [http://www.python.org/pypi PyPI]? -- MikeRovner DateTime(2003-10-08T23:14:09Z)

Wouldn't it be a good idea to look into [http://scons.sf.net scons] and try to let both converge as far as practical ? -- StefanSeefeld

Maybe some traditional package concepts:

* Uninstallation. Also getting rid of obsolete files when upgrading. * Dependencies. A simple implementation might simply check to see if another library is installed and warn the user if not (and maybe install from PyPI if that feature exists). Declaring (or worse, resolving) version dependencies or alternatives seems like overkill for now.

Unable to edit the page? See the FrontPage for instructions.