11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
19 owner = "orsinium-labs";
21 rev = "refs/tags/${version}";
22 hash = "sha256-Lxzk3IVCD4PG36Pozz2crccwxCAAAM2QfS4rgwbjs6g=";
25 nativeBuildInputs = [ flit-core ];
32 pythonImportsCheck = [ "svg" ];
35 # Tests need additional files
36 "tests/test_attributes.py"
40 description = "Type-safe Python library to generate SVG files";
41 homepage = "https://github.com/orsinium-labs/svg.py";
42 changelog = "https://github.com/orsinium-labs/svg.py/releases/tag/${version}";
43 license = licenses.mit;
44 maintainers = with maintainers; [ fab ];