mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
git-annex-remote-googledrive: modernise
This commit is contained in:
parent
b6cf41ad8d
commit
989ec1afaa
@ -6,18 +6,21 @@
|
||||
, gitpython
|
||||
, humanfriendly
|
||||
, tenacity
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "git-annex-remote-googledrive";
|
||||
version = "1.3.2";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0rwjcdvfgzdlfgrn1rrqwwwiqqzyh114qddrbfwd46ld5spry6r1";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
annexremote
|
||||
drivelib
|
||||
@ -36,7 +39,7 @@ buildPythonApplication rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Git-annex special remote for Google Drive";
|
||||
homepage = "https://pypi.org/project/git-annex-remote-googledrive/";
|
||||
homepage = "https://github.com/Lykos153/git-annex-remote-googledrive";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ gravndal ];
|
||||
mainProgram = "git-annex-remote-googledrive";
|
||||
|
Loading…
Reference in New Issue
Block a user