13 buildPythonPackage rec {
18 inherit pname version;
19 hash = "sha256-Nb09/BRPR0H3rHrbDIhcrgOyJp55KCIdPvUr/vh2Z0U=";
23 nativeBuildInputs = [ setuptools-scm ];
25 propagatedBuildInputs = [
34 pythonImportsCheck = [ "fontmake" ];
37 description = "Compiles fonts from various sources (.glyphs, .ufo, designspace) into binaries formats (.otf, .ttf)";
38 homepage = "https://github.com/googlefonts/fontmake";
39 license = lib.licenses.asl20;
40 maintainers = [ lib.maintainers.BarinovMaxim ];