11 buildPythonPackage rec {
17 inherit pname version;
18 hash = "sha256-zFVw8Nxh7cRJNk/S7D3uiIGShBMiZ/JeuSdX4hN94kc=";
31 # Package has no tests.
34 pythonImportsCheck = [ "vharfbuzz" ];
37 description = "Utility for removing hinting data from TrueType and OpenType fonts";
38 homepage = "https://github.com/source-foundry/dehinter";
39 license = licenses.asl20;
40 maintainers = with maintainers; [ danc86 ];