37 buildPythonPackage rec {
41 disabled = pythonOlder "3.6";
43 src = fetchFromGitHub {
44 owner = "googlefonts";
46 rev = "refs/tags/v${version}";
47 sha256 = "sha256-id4UhyWOFHrtmBZHhnaY2jHDIK0s7rcGBpg4QsBTLKs=";
51 sed -i 's/use_scm_version=.*,/version="${version}",/' setup.py
54 nativeBuildInputs = [ setuptools-scm ];
56 propagatedBuildInputs = [
93 rm gpos_diff_test.py # needs ttxn?
98 cp -r third_party $out
102 description = "Noto fonts support tools and scripts plus web site generation";
103 homepage = "https://github.com/googlefonts/nototools";
104 license = licenses.asl20;