10 buildPythonPackage rec {
11 pname = "annexremote";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 sha256 = "08myswj1vqkl4s1glykq6xn76a070nv5mxj0z8ibl6axz89bvypi";
29 nosetests -v -e "^TestExport_MissingName" -e "^TestRemoveexportdirectory"
32 pythonImportsCheck = [
37 description = "Helper module to easily develop git-annex remotes";
38 homepage = "https://github.com/Lykos153/AnnexRemote";
39 license = licenses.gpl3Only;
40 maintainers = with maintainers; [ montag451 ];