10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
18 owner = "orsinium-labs";
20 rev = "refs/tags/${version}";
21 hash = "sha256-rnxznJM3ihuEJrD3ba6uMdGMozIrLw/QyGzA3JPygH4=";
33 pythonImportsCheck = [
38 # Tests need additional files
39 "tests/test_attributes.py"
43 description = "Type-safe Python library to generate SVG files";
44 homepage = "https://github.com/orsinium-labs/svg.py";
45 changelog = "https://github.com/orsinium-labs/svg.py/releases/tag/${version}";
46 license = licenses.mit;
47 maintainers = with maintainers; [ fab ];