17 buildPythonPackage rec {
18 pname = "svgelements";
22 src = fetchFromGitHub {
25 rev = "refs/tags/${version}";
26 hash = "sha256-nx2sGXeeh8S17TfRDFifQbdSxc4YGsDNnrPSSbxv7S4=";
31 name = "fix-assert-tests";
32 url = "https://github.com/meerk40t/svgelements/commit/23da98941a94cf1afed39c10750222ccfee73c9f.patch";
33 hash = "sha256-/53w4eWlaSNEQxuoAxPrN2HciZ3Az2A2SKcIAlNgKAs=";
42 pythonImportsCheck = [ "svgelements" ];
55 description = "SVG Parsing for Elements, Paths, and other SVG Objects";
56 homepage = "https://github.com/meerk40t/svgelements";
57 license = lib.licenses.mit;
58 maintainers = with lib.maintainers; [ GaetanLepage ];