22 buildPythonPackage rec {
27 disabled = pythonOlder "3.7";
30 inherit pname version;
31 hash = "sha256-d41ZVJOiCPITRjgGajBZh2JhnV345yPTCiTEGJzPoQ0=";
47 ++ defcon.optional-dependencies.pens
48 ++ fonttools.optional-dependencies.ufo
49 ++ fonttools.optional-dependencies.lxml
50 ++ fonttools.optional-dependencies.unicode;
54 ${python.interpreter} Lib/fontParts/fontshell/test.py
59 description = "API for interacting with the parts of fonts during the font development process";
60 homepage = "https://github.com/robotools/fontParts";
61 changelog = "https://github.com/robotools/fontParts/releases/tag/${version}";
62 license = licenses.mit;
63 maintainers = [ maintainers.sternenseemann ];