17 buildPythonPackage rec {
23 inherit pname version;
24 hash = "sha256-iIVHsBi7JMNq3tUZ6T0+UT1MaqC6VbfMGv+9Rc8Qdiw=";
31 propagatedBuildInputs = [
34 ] ++ lib.optionals (pythonOlder "3.11") [
41 pythonImportsCheck = [ "sipbuild" ];
44 # test depending packages
45 inherit poppler-qt5 qgis qgis-ltr;
49 description = "Creates C++ bindings for Python modules";
50 homepage = "https://riverbankcomputing.com/";
51 license = licenses.gpl3Only;
52 maintainers = with maintainers; [ nrdxp ];