27 buildPythonPackage rec {
32 src = fetchFromGitHub {
35 rev = "refs/tags/v${version}";
36 hash = "sha256-MzI3AY5WLNyCLJZM7Q5wUH3ttx+FHPlSgAfngzOgzec=";
71 # pytest wants to execute the actual source files for some reason, which fails with ImportPathMismatchError()
81 pythonImportsCheck = [ "reuse" ];
84 description = "Tool for compliance with the REUSE Initiative recommendations";
85 homepage = "https://github.com/fsfe/reuse-tool";
86 changelog = "https://github.com/fsfe/reuse-tool/blob/v${version}/CHANGELOG.md";
87 license = with licenses; [
93 maintainers = with maintainers; [
97 mainProgram = "reuse";