4 buildPythonApplication,
14 buildPythonApplication rec {
15 pname = "git-annex-remote-googledrive";
20 inherit pname version;
21 sha256 = "0rwjcdvfgzdlfgrn1rrqwwwiqqzyh114qddrbfwd46ld5spry6r1";
24 build-system = [ setuptools ];
26 propagatedBuildInputs = [
35 # while git-annex does come with a testremote command that *could* be used,
36 # testing this special remote obviously depends on authenticating with google
39 pythonImportsCheck = [
40 "git_annex_remote_googledrive"
44 description = "Git-annex special remote for Google Drive";
45 homepage = "https://github.com/Lykos153/git-annex-remote-googledrive";
46 license = licenses.gpl3Only;
47 maintainers = with maintainers; [ gravndal ];
48 mainProgram = "git-annex-remote-googledrive";