9 python3Packages.buildPythonApplication rec {
14 src = fetchFromGitHub {
17 rev = "refs/tags/${version}";
18 hash = "sha256-/OuWwerBlJynEibaYo+jkLpHt4x9GZrqMRJNxgrDBlM=";
21 build-system = [ python3Packages.setuptools ];
23 pythonImportsCheck = [ "cmakelint" ];
26 python3Packages.pytestCheckHook
27 python3Packages.pytest-cov-stub
31 version = testers.testVersion { package = cmake-lint; };
35 description = "Static code checker for CMake files";
36 homepage = "https://github.com/cmake-lint/cmake-lint";
37 changelog = "https://github.com/cmake-lint/cmake-lint/releases/tag/${version}";
38 license = lib.licenses.asl20;
39 maintainers = [ lib.maintainers.luftmensch-luftmensch ];
40 mainProgram = "cmakelint";