18 buildPythonPackage rec {
23 disabled = pythonOlder "3.8";
26 inherit pname version;
27 hash = "sha256-5EUrML1Yd88tVEP+Kd9TmXm+5Ejk/XIH/USYBakK/wQ=";
39 propagatedBuildInputs = [
49 ++ fonttools.optional-dependencies.lxml
50 ++ fonttools.optional-dependencies.ufo;
57 # Do not depend on skia.
58 "test_removeOverlaps_CFF_pathops"
59 "test_removeOverlaps_pathops"
60 "test_custom_filters_as_argument"
61 "test_custom_filters_as_argument"
62 # Some integration tests fail
63 "test_compileVariableCFF2"
64 "test_compileVariableTTF"
65 "test_drop_glyph_names_variable"
66 "test_drop_glyph_names_variable"
69 pythonImportsCheck = [
74 description = "Bridge from UFOs to FontTools objects";
75 homepage = "https://github.com/googlefonts/ufo2ft";
76 changelog = "https://github.com/googlefonts/ufo2ft/releases/tag/v${version}";
77 license = licenses.mit;
78 maintainers = with maintainers; [ ];