[issue2624] swig support in distutils should use the build and temp dirs

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If y

[issue2624] swig support in distutils should use the build and temp dirs

2010-12-03 Thread Jeff Laughlin
Changes by Jeff Laughlin : -- nosy: +Jeff.Laughlin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue2624] swig support in distutils should use the build and temp dirs

2010-08-19 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue2624] swig support in distutils should use the build and temp dirs

2009-12-16 Thread Russell Owen
Changes by Russell Owen : -- nosy: +reowen ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue2624] swig support in distutils should use the build and temp dirs

2009-02-13 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- priority: -> normal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue2624] swig support in distutils should use the build and temp dirs

2009-02-08 Thread Kjell Braden
Kjell Braden added the comment: Except that the _wrap.c file would still be created at the wrong place, yes, you're right. ___ Python tracker ___ _

[issue2624] swig support in distutils should use the build and temp dirs

2009-02-08 Thread Akira Kitada
Akira Kitada added the comment: Same with issue1016626? -- nosy: +akitada ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue2624] swig support in distutils should use the build and temp dirs

2009-02-06 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- assignee: -> tarek nosy: +tarek versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker ___ ___ P

[issue2624] swig support in distutils should use the build and temp dirs

2008-04-13 Thread Kjell Braden
Changes by Kjell Braden <[EMAIL PROTECTED]>: -- components: +Distutils -Demos and Tools __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list m

[issue2624] swig support in distutils should use the build and temp dirs

2008-04-13 Thread Kjell Braden
Kjell Braden <[EMAIL PROTECTED]> added the comment: I noticed that my patch did not work for absolute directory names and adjusted the matching to fix this. Added file: http://bugs.python.org/file10022/python_distutils+swig.patch __ Tracker <[EMAIL PROTECTED]>

[issue2624] swig support in distutils should use the build and temp dirs

2008-04-13 Thread Kjell Braden
Changes by Kjell Braden <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file10017/python_distutils+swig.patch __ Tracker <[EMAIL PROTECTED]> __ __

[issue2624] swig support in distutils should use the build and temp dirs

2008-04-13 Thread Kjell Braden
Kjell Braden <[EMAIL PROTECTED]> added the comment: Note that the language specific files can't be handled via py_modules because this is processed before their generation. __ Tracker <[EMAIL PROTECTED]> _

[issue2624] swig support in distutils should use the build and temp dirs

2008-04-12 Thread Kjell Braden
Kjell Braden <[EMAIL PROTECTED]> added the comment: Without having it tested very much, the attached patch fixes this issue for me. -- keywords: +patch Added file: http://bugs.python.org/file10017/python_distutils+swig.patch __ Tracker <[EMAIL PROTECTED]>

[issue2624] swig support in distutils should use the build and temp dirs

2008-04-12 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Can you provide a patch? -- nosy: +loewis __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bu

[issue2624] swig support in distutils should use the build and temp dirs

2008-04-12 Thread Kjell Braden
New submission from Kjell Braden <[EMAIL PROTECTED]>: Distutils should tell swig to create it's C wrapper file into the temporary directory (eg. build/temp.linux-i686-2.5) and to write the language specific files to the library directory (eg. build/lib.linux-i686-2.5). Rationale: Without the lan