8 buildPythonPackage rec {
15 hash = "sha256-L3TPPW2cq1FSvZ9J1XCy37h1U+u1xJGav94n9bn9adQ=";
18 # There is no test code and the check phase fails with:
19 # > error: could not create 'PyQt5/sip.cpython-38-x86_64-linux-gnu.so': No such file or directory
21 pythonImportsCheck = [ "PyQt6.sip" ];
24 description = "Python bindings for Qt5";
25 homepage = "https://github.com/Python-SIP/sip";
26 license = licenses.gpl3Only;
27 inherit (mesa.meta) platforms;
28 maintainers = with maintainers; [ LunNova ];