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