1 { lib, python3Packages, fetchFromGitHub }:
3 python3Packages.buildPythonApplication rec {
7 src = fetchFromGitHub {
11 sha256 = "0yplsbd5251s8cabazbdqb00jqv8ibbgal7fhj5pfxv5lsz17vkv";
14 propagatedBuildInputs = with python3Packages; [
25 checkInputs = with python3Packages; [ pytestCheckHook ];
28 description = "A tool for compliance with the REUSE Initiative recommendations";
29 homepage = "https://github.com/fsfe/reuse-tool";
30 license = with licenses; [ asl20 cc-by-sa-40 cc0 gpl3Plus ];
31 maintainers = [ maintainers.FlorianFranzen ];