9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-bBKmVvLuc/CtQF+TSri8ngglnj4QCh77FV+JHPzsFAI=";
19 propagatedBuildInputs = [
24 # Package has no tests.
26 pythonImportsCheck = [ "vharfbuzz" ];
29 description = "Utility for removing hinting data from TrueType and OpenType fonts";
30 homepage = "https://github.com/source-foundry/dehinter";
31 license = licenses.asl20;
32 maintainers = with maintainers; [ danc86 ];