This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients alexis, eric.araujo, gjb1002, tarek
Date 2012-05-16.17:57:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337191033.68.0.502301492264.issue10374@psf.upfronthosting.co.za>
In-reply-to
Content
In distutils2, 99382aafa4c5 forces scripts to always be rebuilt and 463d3014ee4a goes further and deletes the whole build dir to avoid installing scripts built from a previous build call with a different configuration (i.e. different list of scripts).

The same issue may affect other build commands; if a module is built and then removed from the source dir and setup.cfg/.py, I think the install command would still install it.  The dependency code should take setup.cfg and files referenced from hooks to decide if the source is newer, and it should delete built files for which there is no source.
History
Date User Action Args
2012-05-16 17:57:13eric.araujosetrecipients: + eric.araujo, gjb1002, tarek, alexis
2012-05-16 17:57:13eric.araujosetmessageid: <1337191033.68.0.502301492264.issue10374@psf.upfronthosting.co.za>
2012-05-16 17:57:13eric.araujolinkissue10374 messages
2012-05-16 17:57:13eric.araujocreate