10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
20 hash = "sha256-alOHy3/rEFlY2y9c7tyHhRPMNb83FeJiCQ8FV74MGxw=";
28 propagatedBuildInputs = [
37 description = "A collection of objects that implement fast font, glyph, etc. math";
38 homepage = "https://github.com/robotools/fontMath/";
39 changelog = "https://github.com/robotools/fontMath/releases/tag/${version}";
40 license = licenses.mit;
41 maintainers = with maintainers; [ sternenseemann ];