1 { lib, buildPythonPackage, fetchPypi, pdfrw }:
3 buildPythonPackage rec {
9 sha256 = "07as5kzyvj66bfgvx8bph8gkyj6cgm4lhgxwb78bpdl4m8y8kpma";
12 buildInputs = [ pdfrw ];
14 # upstream doesn't contain tests
18 description = "Python library to manipulate PDF page labels.";
19 homepage = "https://github.com/lovasoa/pagelabels-py";
20 maintainers = with maintainers; [ teto ];
21 license = licenses.gpl3;