26 buildPythonPackage rec {
31 disabled = pythonOlder "3.9";
33 src = fetchFromGitHub {
36 rev = "refs/tags/${version}";
37 hash = "sha256-8ht22RqiGWqDoBrZnX5p3KKOLVPRm1a54962qKlTK4Q=";
67 export HOME=$(mktemp -d)
69 git config --global user.email "nobody@example.com"
70 git config --global user.name "Nobody"
74 # Tests want to with a remote repo
77 "test_action_doesnt_push_even_if_repo_has_remotes_set"
80 pythonImportsCheck = [ "gto" ];
83 description = "Module for Git Tag Operations";
84 homepage = "https://github.com/iterative/gto";
85 changelog = "https://github.com/iterative/gto/releases/tag/${version}";
86 license = licenses.asl20;
87 maintainers = with maintainers; [ fab ];