22 buildPythonPackage rec {
25 format = "setuptools";
28 inherit pname version;
29 hash = "sha256-e6p/H1Vub0Ln0VhQvwsVLuD/p8uNG5oCPhfQPCTl1nY=";
36 propagatedBuildInputs = [
46 ++ fonttools.optional-dependencies.lxml
47 ++ fonttools.optional-dependencies.ufo;
54 # Do not depend on skia.
55 "--deselect=tests/integration_test.py::IntegrationTest::test_removeOverlaps_CFF_pathops"
56 "--deselect=tests/integration_test.py::IntegrationTest::test_removeOverlaps_pathops"
57 "--deselect=tests/preProcessor_test.py::TTFPreProcessorTest::test_custom_filters_as_argument"
58 "--deselect=tests/preProcessor_test.py::TTFInterpolatablePreProcessorTest::test_custom_filters_as_argument"
61 pythonImportsCheck = [ "ufo2ft" ];
64 description = "Bridge from UFOs to FontTools objects";
65 homepage = "https://github.com/googlefonts/ufo2ft";
66 license = licenses.mit;
67 maintainers = with maintainers; [ ];