3 , buildPythonApplication
11 buildPythonApplication rec {
12 pname = "git-annex-remote-googledrive";
14 format = "setuptools";
17 inherit pname version;
18 sha256 = "0rwjcdvfgzdlfgrn1rrqwwwiqqzyh114qddrbfwd46ld5spry6r1";
21 propagatedBuildInputs = [
29 # while git-annex does come with a testremote command that *could* be used,
30 # testing this special remote obviously depends on authenticating with google
33 pythonImportsCheck = [
34 "git_annex_remote_googledrive"
38 description = "A git-annex special remote for Google Drive";
39 homepage = "https://pypi.org/project/git-annex-remote-googledrive/";
40 license = licenses.gpl3Only;
41 maintainers = with maintainers; [ gravndal ];
42 mainProgram = "git-annex-remote-googledrive";