18 buildPythonPackage rec {
23 disabled = pythonOlder "3.8";
26 inherit pname version;
27 hash = "sha256-fa+W1IGIZcn1P1xNKm1Yb/TOuf4QdDVnIvlDkOLOcLY=";
30 env.PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION = "python";
33 substituteInPlace setup.py \
34 --replace-fail "setuptools_scm>=8.0.4,<8.1" "setuptools_scm"
52 nativeCheckInputs = [ pytestCheckHook ];
55 export PATH="$out/bin:$PATH"
59 # This "test" just tries to connect to PyPI and look for newer releases. Not needed.
66 description = "Google Fonts glyph set metadata";
67 homepage = "https://github.com/googlefonts/glyphsets";
68 changelog = "https://github.com/googlefonts/glyphsets/blob/v${version}/CHANGELOG.md";
69 license = licenses.asl20;
70 maintainers = with maintainers; [ danc86 ];
71 mainProgram = "glyphsets";