16 buildPythonPackage rec {
22 inherit pname version;
23 sha256 = "sha256-sLmSnPXboAUXjXRqgDb88AJVUPSYylTbYYczIjhHg7w=";
26 nativeBuildInputs = [ pytest-runner ];
28 propagatedBuildInputs = [ cairocffi cssselect2 defusedxml pillow tinycss2 ];
30 checkInputs = [ pytestCheckHook pytest-flake8 pytest-isort ];
33 "cairosvg/test_api.py"
36 pythonImportsCheck = [ "cairosvg" ];
39 homepage = "https://cairosvg.org";
40 license = licenses.lgpl3Plus;
41 description = "SVG converter based on Cairo";
42 maintainers = with maintainers; [ SuperSandro2000 ];