[melodic] Adding SIP 5 integration.#94
[melodic] Adding SIP 5 integration.#94seanyen wants to merge 1 commit intoros-visualization:melodic-develfrom
Conversation
|
Can you please provide some more context: e.g. what minimum version of |
|
@dirk-thomas I tried to capture the minimum requirements specified on the book (also added more matrix on Windows side). For the Linux validation, I found it is little bit tricky to have a system with Qt>=5.14 plus all other Python required modules. Please excuse my limited knowledge on Linux side, do you just happen to know what |
|
@seanyen Debian unstable/testing has all the packages in the required versions. |
|
I think this PR is still required to build python_qt_binding with SIP >=5. SIP 4 is currently still required to build this package, those other PRs just allow this package to work in combination with PyQt5 built with SIP >=5. |
|
Thank you for the PR! Melodic is EOL, so i'm going to close this one. |
This is an attempt to implement SIPv5 integration. Since SIPv5, it started to implement PEP 517 compliant backend and stopped releasing
sipconfigmodule.To integrate with it, one can define PEP 518 (a.k.a.,
pyproject.toml) project file to describe the SIP build. And here are the minimum requirement to run:And here is some highlights of my verification environment: