Message52

Author dmartin
Recipients ccasey, dmartin
Date 2008-06-16.17:37:23
Content
I added a check to the add_installed_files_log function for when the code is
executed under develop mode (when there won't be an EGG-INFO folder to add
installed files to). Besides that the patch worked well for me. Can someone else
review this that has commit privileges and give some more feedback on whether or
not this is a candidate for approval? This patch seems to have the uninstall
feature worked out well. One of the features I was happy to see implemented was
the check for back-dependencies on the package being removed and the prompt that
appears when dependency is detected.

I removed the old patch and added this fixed one.

Cheers,
David
Files
File name Uploaded
easy_install.patch dmartin, 2008-06-16.17:37:23
History
Date User Action Args
2008-06-16 17:37:23dmartinsetmessageid: <1213637843.79.0.421430939709.issue21@psf.upfronthosting.co.za>
2008-06-16 17:37:23dmartinsetrecipients: + dmartin, ccasey
2008-06-16 17:37:23dmartinlinkissue21 messages
2008-06-16 17:37:23dmartincreate