11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.6";
18 src = fetchFromGitHub {
19 owner = "frescobaldi";
22 hash = "sha256-XFMTOD7ums8sbFHUViEI9q6/rCjUmEtXAdd3/OmLsHU=";
25 propagatedBuildInputs = [
31 pythonImportsCheck = [ "qpageview" ];
34 description = "Page-based viewer widget for Qt5/PyQt5";
35 homepage = "https://github.com/frescobaldi/qpageview";
36 changelog = "https://github.com/frescobaldi/qpageview/blob/${src.rev}/ChangeLog";
37 license = licenses.gpl3Only;
38 maintainers = with maintainers; [ camillemndn ];