10 buildPythonPackage rec {
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
22 hash = "sha256-DQEVWYOgiGSP3WlmZzEweyRa0UY7fxjjpbued+5EH5I=";
34 preCheck = "rm test/manyfonts.ipynb"; # Tries to download fonts
36 pytestFlagsArray = [ "--nbval-lax" ];
38 pythonImportsCheck = [ "ziafont" ];
41 description = "Convert TTF/OTF font glyphs to SVG paths";
42 homepage = "https://ziafont.readthedocs.io/en/latest/";
43 license = licenses.mit;
44 maintainers = with maintainers; [ sfrijters ];