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?
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?
PyQt3 is deprecated and no longer used in Trinity. Likewise with PyKDE3.
Check the libraries and dependencies branches for the new equivalents.
Darrell
On 02/23/2012 05:58 PM, Darrell Anderson wrote:
PyQt3 is deprecated and no longer used in Trinity. Likewise with PyKDE3.
Check the libraries and dependencies branches for the new equivalents.
Darrell
Thanks!