10 buildPythonPackage rec {
11 pname = "annexremote";
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-RShDcqAjG+ujGzWu5S9za24WSsIWctqi3nWQ8EU4DTo=";
27 nativeCheckInputs = [ pytestCheckHook ];
29 pythonImportsCheck = [ "annexremote" ];
32 description = "Helper module to easily develop git-annex remotes";
33 homepage = "https://github.com/Lykos153/AnnexRemote";
34 changelog = "https://github.com/Lykos153/AnnexRemote/releases/tag/v${version}";
35 license = licenses.gpl3Only;
36 maintainers = with maintainers; [ montag451 ];