Re: [PyKDE] [PATCH] Compiling SIP with distutils

2005-10-27 Thread Phil Thompson
Hello, I have attached sipdistutils.py which gives preliminar support for compiling SIP extensions with distutils. It is based on Pyrex's distutils support. When you build an extension, the following happens: - The list of provided files is searched for files with extension .sip. - The

Re: [PyKDE] [PATCH] Compiling SIP with distutils

2005-10-27 Thread Giovanni Bajo
Phil Thompson [EMAIL PROTECTED] wrote: Is the swig_sources() method so called because it hooks into standard wrapper support in distutils? Or were you just trying to hurt my feelings? :) Eheheh no, that's the hook point into distutils (which already supports SWIG). It's obviously the best

Re: [PyKDE] [PATCH] Compiling SIP with distutils

2005-10-27 Thread Giovanni Bajo
Phil Thompson [EMAIL PROTECTED] wrote: Any chance of some documentation? Within sipref.txt? Sure, I can write something if you agree on getting this included. Thanks, OK, this is the documentation patch and the updated sipdistutils.py which uses sipconfig to find out the name of the SIP

[PyKDE] [PATCH] Compiling SIP with distutils

2005-10-26 Thread Giovanni Bajo
Hello, I have attached sipdistutils.py which gives preliminar support for compiling SIP extensions with distutils. It is based on Pyrex's distutils support. When you build an extension, the following happens: - The list of provided files is searched for files with extension .sip. - The files