7 python3.pkgs.buildPythonApplication rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
13 owner = "EMPRI-DEVOPS";
16 hash = "sha256-b2RkRL8/mZwqc3xCs+oltzualhQtp/7F9POlLlT3UUU=";
19 propagatedBuildInputs = with python3.pkgs; [
27 nativeCheckInputs = with python3.pkgs; [
33 # Tests want to interact with a git repo
37 pythonImportsCheck = [
42 description = "Tool to redact Git author and committer dates";
43 homepage = "https://github.com/EMPRI-DEVOPS/git-privacy";
44 license = with licenses; [ bsd2 ];
45 maintainers = with maintainers; [ fab ];
46 mainProgram = "git-privacy";