1 { lib, buildPythonPackage, fetchPypi, fonttools }:
3 buildPythonPackage rec {
9 sha256 = "1za15dzsnymq6d9x7xdfqwgw4a3003wj75fn2crhyidkfd2s3nd6";
13 propagatedBuildInputs = [ fonttools ];
15 # can't run normal tests due to circular dependency with fontParts
17 pythonImportsCheck = [ "fontPens" ] ++ (builtins.map (s: "fontPens." + s) [
33 description = "A collection of classes implementing the pen protocol for manipulating glyphs";
34 homepage = "https://github.com/robotools/fontPens";
35 license = licenses.bsd3;
36 maintainers = [ maintainers.sternenseemann ];