[issue12279] Add build_distinfo command to packaging

Éric Araujo report at bugs.python.org
Fri Jul 8 13:38:10 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

> 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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12279>
_______________________________________


More information about the Python-bugs-list mailing list