10 buildPythonApplication rec {
11 pname = "git-remote-codecommit";
15 # The check dependency awscli has some overrides
16 # which yield a different botocore.
17 # This results in a duplicate version during installation
18 # of the wheel, even though it does not matter
19 # because it is only a test dependency.
20 catchConflicts = false;
22 src = fetchFromGitHub {
26 sha256 = "1vvp7i8ghmq72v57f6smh441h35xnr5ar628q2mr40bzvcifwymw";
29 propagatedBuildInputs = [ botocore ];
44 description = "Git remote prefix to simplify pushing to and pulling from CodeCommit";
45 maintainers = [ lib.maintainers.zaninime ];
46 homepage = "https://github.com/awslabs/git-remote-codecommit";
47 license = lib.licenses.asl20;
48 mainProgram = "git-remote-codecommit";