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, tarek
Date 2011-07-22.01:10:45
SpamBayes Score 3.1002978e-12
Marked as misclassified No
Message-id <1311297046.3.0.966244928806.issue12302@psf.upfronthosting.co.za>
In-reply-to
Content
For #8668 (develop command), higery has written code that reuses install_distinfo to create the dist-info dir in the build dir.  It requires #12344, which I will commit when Thomas has time to finish his patch.  We also need to make install_distinfo more flexible: For example, on #12279 we discussed about the RECORD file, which should be empty when created by the test command (nothing is installed), and we mentioned RESOURCES, which should probably be created, with relative paths.  (The resources API is intended to work with zero config in a source checkout or unpacked tarball, even though it currently doesn’t, but given that test runs in the build dir, we’re not in the source dir anymore, so RESOURCES should probably be written.)
History
Date User Action Args
2011-07-22 01:10:46eric.araujosetrecipients: + eric.araujo, tarek, alexis, michael.mulich, higery
2011-07-22 01:10:46eric.araujosetmessageid: <1311297046.3.0.966244928806.issue12302@psf.upfronthosting.co.za>
2011-07-22 01:10:45eric.araujolinkissue12302 messages
2011-07-22 01:10:45eric.araujocreate