Message77885
It would make package maintenance easier, as well as integration with other build systems e.g. autotools (necessary for projects where not everything is Python), if the distutils supported an uninstallation command, e.g. python setup.py uninstall This would presumably require monitoring of which files were installed where, and it's of course possible to do undesirable things, but exactly the same counter-arguments exist for autotools, and there the uninstall target is an important and useful feature for developers, once you know how to behave in a way to make it safe. | |
| Date | User | Action | Args | | 2008-12-15 22:28:54 | andybuckley | set | recipients: + andybuckley | | 2008-12-15 22:28:54 | andybuckley | set | messageid: <1229380134.57.0.765808366709.issue4673@psf.upfronthosting.co.za> | | 2008-12-15 22:28:53 | andybuckley | link | issue4673 messages | | 2008-12-15 22:28:53 | andybuckley | create | | |