11 buildPythonPackage rec {
17 inherit pname version;
18 hash = "sha256-icE9GDf5SD/gmqZrGe30SQ7ghColye3VIytSXaI/EA4=";
22 substituteInPlace pyproject.toml \
23 --replace-fail '"setuptools_git_ls_files",' ""
24 substituteInPlace setup.py \
25 --replace-fail ', "setuptools_git_ls_files"' ""
33 dependencies = [ fonttools ];
35 nativeCheckInputs = [ pytestCheckHook ];
39 mv src/python/compreffor/test .
43 pythonImportsCheck = [ "compreffor" ];
46 changelog = "https://github.com/googlefonts/compreffor/releases/tag/${version}";
47 description = "CFF table subroutinizer for FontTools";
48 mainProgram = "compreffor";
49 homepage = "https://github.com/googlefonts/compreffor";
50 license = licenses.asl20;