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