8 buildPythonPackage rec {
15 hash = "sha256-0j/fzzY7XO3Z05+KnFcQ59UoBPWwiljpHGOLNur8twI=";
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 = [ "PyQt5.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; [ sander ];