7 buildPythonPackage rec {
9 version = "0.2.2-post3";
11 src = fetchFromGitHub {
15 sha256 = "1slync0knpcjgl4xpym8w4249iy6vmrwbarpnbjzn9xca8g1h2f0";
21 ${python.interpreter} sample/tutorial.py
25 pythonImportsCheck = [ "pysvg" ];
28 homepage = "https://github.com/alorence/pysvg-py3";
29 description = "Creating SVG with Python";
30 license = lib.licenses.bsd2;
31 maintainers = with lib.maintainers; [ davidak ];