14 buildPythonPackage rec {
15 pname = "gflanguages";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-dScgRQ6usjSqV0FqDyP+KGvHL06wlTFVcO+MmZ2NMAs=";
27 # Relax the dependency on protobuf 3. Other packages in the Google Fonts
28 # ecosystem have begun upgrading from protobuf 3 to protobuf 4,
29 # so we need to use protobuf 4 here as well to avoid a conflict
30 # in the closure of fontbakery. It seems to be compatible enough.
52 description = "Python library for Google Fonts language metadata";
53 homepage = "https://github.com/googlefonts/lang";
54 changelog = "https://github.com/googlefonts/lang/releases/tag/v${version}";
55 license = licenses.asl20;
56 maintainers = with maintainers; [ danc86 ];