6 buildPythonPackage rec {
13 hash = "sha256-JIbhWIBxlD1PZle6CQltyf/9IyKtLDAEHnjqPwN7V3g=";
16 # There is no test code and the check phase fails with:
17 # > error: could not create 'PyQt5/sip.cpython-38-x86_64-linux-gnu.so': No such file or directory
19 pythonImportsCheck = [ "PyQt6.sip" ];
22 description = "Python bindings for Qt5";
23 homepage = "https://www.riverbankcomputing.com/software/sip/";
24 license = licenses.gpl3Only;
25 platforms = platforms.mesaPlatforms;
26 maintainers = with maintainers; [ LunNova ];