[issue10932] distutils.core.setup - data_files misbehaviour ?

2011-04-23 Thread Prashant Kumar
Prashant Kumar added the comment: Certainly, a test is needed to check that ('config', ['cfg/data.cfg']) would create a file in config/data.cfg and not config/cfg/data.cfg. Though, I've added a patch 'test_command_sdist.diff' for the changes made in 'p

[issue10932] distutils.core.setup - data_files misbehaviour ?

2011-04-19 Thread Prashant Kumar
Prashant Kumar added the comment: Sure, patch.diff is a complete one. -- Added file: http://bugs.python.org/file21727/patch.diff ___ Python tracker <http://bugs.python.org/issue10

[issue10932] distutils.core.setup - data_files misbehaviour ?

2011-04-19 Thread Prashant Kumar
Changes by Prashant Kumar : Removed file: http://bugs.python.org/file21721/fix-manifest.diff ___ Python tracker <http://bugs.python.org/issue10932> ___ ___ Python-bug

[issue10932] distutils.core.setup - data_files misbehaviour ?

2011-04-19 Thread Prashant Kumar
Changes by Prashant Kumar : Removed file: http://bugs.python.org/file21720/test_command_sdist.diff ___ Python tracker <http://bugs.python.org/issue10932> ___ ___ Pytho

[issue10932] distutils.core.setup - data_files misbehaviour ?

2011-04-19 Thread Prashant Kumar
Prashant Kumar added the comment: If I'm not wrong, the contents in the manifest file should be: 'data.cfg' (not cfg/data.cgg) I've added a patch which fixes the above issue. -- Added file: http://bugs.python.org/file217

[issue10932] distutils.core.setup - data_files misbehaviour ?

2011-04-19 Thread Prashant Kumar
Changes by Prashant Kumar : Added file: http://bugs.python.org/file21720/test_command_sdist.diff ___ Python tracker <http://bugs.python.org/issue10932> ___ ___ Python-bug

[issue10932] distutils.core.setup - data_files misbehaviour ?

2011-04-17 Thread Prashant Kumar
Prashant Kumar added the comment: I made changes in manifest.py which can be viewed here: https://bitbucket.org/pkumar/distutils2_bugs/changeset/111c1253ea7a I'm not sure if I should modify test_command_sdist.py for the failing tests of manifest contents(since it is mentioned not to

[issue10932] distutils.core.setup - data_files misbehaviour ?

2011-04-14 Thread Prashant Kumar
Prashant Kumar added the comment: I have added a test for the modification in msg127191. Though, inside zip-file we get files without its parent dir, nothing changes in manifest file(should it change?). Please have a look at the changeset https://bitbucket.org/pkumar/distutils2_bugs