[PyQt] SIP feature request
Giovanni Bajo
rasky at develer.com
Tue Jul 21 17:07:07 BST 2009
Hello,
in complex projects using several inter-dependent sip modules, it's
getting harder and harder to correctly track dependencies so that the
minimum set of libraries is rebuilt.
It would be very useful if sip had an option to dump the list of .sip
files that are being parsed (through %Includes and %Imports); this list
could automatically be generated and used by sipdistutils to infer the
correct dependencies of each sip module.
At that point, we could also use a --syntax-only (or --dry-run), so that
it would be possible to only generate the aforementioned dump and do
nothing else.
Does this make sense?
--
Giovanni Bajo
Develer S.r.l.
http://www.develer.com
More information about the PyQt
mailing list