11 buildPythonPackage rec {
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-ITvZx+3HMbTyaRmCb7tR0LKqCxGjqDdV9/2taziUD0c=";
23 nativeBuildInputs = [ setuptools ];
25 propagatedBuildInputs = [
30 nativeCheckInputs = [ pytestCheckHook nose ];
32 pythonImportsCheck = [ "svgutils" ];
35 description = "Python tools to create and manipulate SVG files";
36 homepage = "https://github.com/btel/svg_utils";
37 license = licenses.mit;
38 maintainers = with maintainers; [ bcdarwin ];