Arch folks,
PyQt3 will build with the git sources for tde, but I get LOTS (1000s) of deprecation warnings. Eg:
sip: Deprecation warning: sip/qt/copying.sip:50: %OptionalInclude is deprecated, use %Include and the 'optional' argument instead sip: Deprecation warning: sip/qt/copying.sip:51: %OptionalInclude is deprecated, use %Include and the 'optional' argument instead sip: Deprecation warning: sip/qt/qnamespace.sip:23: %ExportedDoc is deprecated, use %Extract instead sip: Deprecation warning: sip/qt/qwindowdefs.sip:23: %ExportedDoc is deprecated, use %Extract instead sip: Deprecation warning: sip/qt/qwindowdefs.sip:37: %OptionalInclude is deprecated, use %Include and the 'optional' argument instead
I'm not that familiar with PyQt3 or sip, so I don't know whether it is needed or not, but to make sure nothing was lost, I was building it. Do we really need this package, if so, does it need to be updated to get rid of the deprecations warnings?