8 python3.pkgs.buildPythonApplication rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
14 owner = "EMPRI-DEVOPS";
17 hash = "sha256-b2RkRL8/mZwqc3xCs+oltzualhQtp/7F9POlLlT3UUU=";
20 propagatedBuildInputs = with python3.pkgs; [
28 nativeCheckInputs = with python3.pkgs; [
34 # Tests want to interact with a git repo
38 pythonImportsCheck = [
43 description = "Tool to redact Git author and committer dates";
44 homepage = "https://github.com/EMPRI-DEVOPS/git-privacy";
45 license = with licenses; [ bsd2 ];
46 maintainers = with maintainers; [ fab ];
47 mainProgram = "git-privacy";