9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-GiFZ+duJjfk8RjfP08yvfaH9Bz9Z+ppZUMc+RtSqGso=";
27 # generated image differs from example
31 pythonImportsCheck = [
36 description = "SVG path objects and parser";
37 homepage = "https://github.com/regebro/svg.path";
38 license = licenses.mit;
39 maintainers = with maintainers; [ goibhniu ];