10 buildPythonPackage rec {
11 pname = "annexremote";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-8WAa5EO5n/dccNW0TUwFgcRjvDFt8QfpHIX2arM4HGc=";
33 pythonImportsCheck = [
38 description = "Helper module to easily develop git-annex remotes";
39 homepage = "https://github.com/Lykos153/AnnexRemote";
40 changelog = "https://github.com/Lykos153/AnnexRemote/releases/tag/v${version}";
41 license = licenses.gpl3Only;
42 maintainers = with maintainers; [ montag451 ];