8 buildPythonPackage rec {
9 pname = "editorconfig";
13 src = fetchFromGitHub {
14 owner = "editorconfig";
15 repo = "editorconfig-core-py";
17 hash = "sha256-+m674bLj6xs7MWU+8BMixEwy7/TjyES0lvCLLogTDHQ=";
18 fetchSubmodules = true;
29 dontUseCmakeConfigure = true;
40 pythonImportsCheck = [ "editorconfig" ];
43 description = "EditorConfig File Locator and Interpreter for Python";
44 mainProgram = "editorconfig";
45 homepage = "https://github.com/editorconfig/editorconfig-core-py";
46 license = licenses.psfl;
47 maintainers = with maintainers; [ nickcao ];