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, higery, michael.mulich
Date 2011-07-08.11:38:09
SpamBayes Score 7.597264e-07
Marked as misclassified No
Message-id <1310125090.05.0.40593876453.issue12279@psf.upfronthosting.co.za>
In-reply-to
Content
> I forgot one thing: setuptools’ egg_info command does write a list of
> paths, so we can look at how it solved the problem with the RECORD and
> RESOURCES files.

I was wrong: I just checked the output of egg_info, and it does not generate files with paths.

So, what do we do?
1) don’t generate RECORD at all → invalid PEP 376
2) generate RECORD with paths to the files in the build dir
3) other?
4) don’t add a build_distinfo command, just run install_distinfo to the build dir from the test and develop commands
History
Date User Action Args
2011-07-08 11:38:10eric.araujosetrecipients: + eric.araujo, alexis, michael.mulich, higery
2011-07-08 11:38:10eric.araujosetmessageid: <1310125090.05.0.40593876453.issue12279@psf.upfronthosting.co.za>
2011-07-08 11:38:09eric.araujolinkissue12279 messages
2011-07-08 11:38:09eric.araujocreate