13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-Oudl06lAnuYMD7TSTC3raoBheqknBU9bzX/JjwaV5Yc=";
25 propagatedBuildInputs = [
38 # Ignore tests that require network access (TestWikipediaFlags and TestW3CSVG), and tests that
39 # require files missing in the 1.0.0 PyPI release (TestOtherFiles).
45 pythonImportsCheck = [
50 description = "A pure-Python library for reading and converting SVG";
51 mainProgram = "svg2pdf";
52 homepage = "https://github.com/deeplook/svglib";
53 changelog = "https://github.com/deeplook/svglib/blob/v${version}/CHANGELOG.rst";
54 license = licenses.lgpl3Only;
55 maintainers = with maintainers; [ trepetti ];