Re: [Distutils] on storing vcs version infos in sdists

2010-05-25 Thread David Cournapeau
On Wed, May 26, 2010 at 12:58 AM, Ronny Pfannschmidt wrote: > hi, > > whats a good place to store version information from a vcs in a sdist, > without needing to drop them into python files. What's the reason for not putting it in python files ? If the reason is to avoid hardcoding things, you ca

Re: [Distutils] on storing vcs version infos in sdists

2010-05-25 Thread Ronny Pfannschmidt
On Tue, 2010-05-25 at 13:09 -0400, P.J. Eby wrote: > At 05:58 PM 5/25/2010 +0200, Ronny Pfannschmidt wrote: > >hi, > > > >whats a good place to store version information from a vcs in a sdist, > >without needing to drop them into python files. > > > >i wrote a simple module that gets me version met

Re: [Distutils] Script for easy access to the coverage report on distutils2

2010-05-25 Thread Barry Warsaw
On May 24, 2010, at 10:26 PM, Tarek Ziadé wrote: >1- a test command is going to be added in distutils2, and discussions >have started on this feature, which is part of one GSOC project for >Distutils2. See a summary of tasks here: >http://wiki.python.org/moin/SummerOfCode/Distutils2 , and the GSOC

Re: [Distutils] on storing vcs version infos in sdists

2010-05-25 Thread P.J. Eby
At 05:58 PM 5/25/2010 +0200, Ronny Pfannschmidt wrote: hi, whats a good place to store version information from a vcs in a sdist, without needing to drop them into python files. i wrote a simple module that gets me version meta-data from hg repos/archives, using the same algorithms hg is using

[Distutils] on storing vcs version infos in sdists

2010-05-25 Thread Ronny Pfannschmidt
hi, whats a good place to store version information from a vcs in a sdist, without needing to drop them into python files. i wrote a simple module that gets me version meta-data from hg repos/archives, using the same algorithms hg is using for its own version number generation. The nit in that i