Bug#364365: [Build-common-hackers] Bug#364365: cdbs: python-distutils.mk should remove .pyo files on clean

2006-05-11 Thread Peter Eisentraut
Arnaud Fontaine wrote: > It could me useful IMHO if you have for instance a setup.cfg which > looks like this : > > [install_lib] > compile = 1 > optimize = 1 > > I don't understand really why if you remove *.pyc, you don't > remove *.pyo too. Could you clarify this point fo

Bug#364365: [Build-common-hackers] Bug#364365: cdbs: python-distutils.mk should remove .pyo files on clean

2006-05-11 Thread Arnaud Fontaine
> "Peter" == Peter Eisentraut <[EMAIL PROTECTED]> writes: Peter> Yes, I thought that's what this was about, but I haven't Peter> actually been able to reproduce a case where .pyo files are Peter> left over. The fact that calling "python setup.py clean" Peter> produc

Bug#364365: [Build-common-hackers] Bug#364365: cdbs: python-distutils.mk should remove .pyo files on clean

2006-05-10 Thread Peter Eisentraut
Marc Dequènes wrote: > Yes, sorry, i was out of it. The real problem is distutils left alone > files. You patched the class to remove .pyc earlier, but .pyo files > should be removed too. Yes, I thought that's what this was about, but I haven't actually been able to reproduce a case where .pyo fi

Bug#364365: [Build-common-hackers] Bug#364365: cdbs: python-distutils.mk should remove .pyo files on clean

2006-05-10 Thread Duck
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Yes, I thought that's what this was about, but I haven't actually been > able to reproduce a case where .pyo files are left over. The fact that > calling "python setup.py clean" produces .pyc files as a side effect is > well known in the respectiv

Bug#364365: [Build-common-hackers] Bug#364365: cdbs: python-distutils.mk should remove .pyo files on clean

2006-05-10 Thread Duck
Coin, Peter Eisentraut <[EMAIL PROTECTED]> writes: > But removing .pyo files in the clean target from the source tree doesn't do > anything about that. Yes, sorry, i was out of it. The real problem is distutils left alone files. You patched the class to remove .pyc earlier, but .pyo files shou

Bug#364365: [Build-common-hackers] Bug#364365: cdbs: python-distutils.mk should remove .pyo files on clean

2006-05-10 Thread Peter Eisentraut
Am Mittwoch, 10. Mai 2006 14:14 schrieb Marc Dequènes: > On the ground of the Python Policy. No .py[co] should go into the > package, But removing .pyo files in the clean target from the source tree doesn't do anything about that.

Bug#364365: [Build-common-hackers] Bug#364365: cdbs: python-distutils.mk should remove .pyo files on clean

2006-05-10 Thread Duck
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Am Sonntag, 23. April 2006 00:43 schrieb Arnaud Fontaine: >> The clean target of python-distutils.mk should remove all the *.pyo >> files. > > On what grounds? On the ground of the Python Policy. No .py[co] should go into the package, bytecompil

Bug#364365: [Build-common-hackers] Bug#364365: cdbs: python-distutils.mk should remove .pyo files on clean

2006-05-10 Thread Peter Eisentraut
Am Sonntag, 23. April 2006 00:43 schrieb Arnaud Fontaine: > The clean target of python-distutils.mk should remove all the *.pyo > files. On what grounds? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#364365: cdbs: python-distutils.mk should remove .pyo files on clean

2006-04-22 Thread Arnaud Fontaine
Package: cdbs Version: 0.4.39 Severity: normal Tags: patch Hello, The clean target of python-distutils.mk should remove all the *.pyo files. Regards, Arnaud Fontaine --- python-distutils.mk.old 2006-04-23 00:43:04.0 +0200 +++ python-distutils.mk 2006-04-23 00:43:30.0 +0200