10 buildPythonPackage rec {
11 pname = "pyfritzhome";
13 disabled = pythonOlder "3.5";
15 src = fetchFromGitHub {
17 repo = "python-fritzhome";
19 sha256 = "1wzys84hxrjcg86fcn7f7i2i6979qwcpny2afk5rvwljh8f7bli5";
22 propagatedBuildInputs = [ requests ];
30 nosetests --with-coverage
33 pythonImportsCheck = [ "pyfritzhome" ];
36 description = "Python Library to access AVM FRITZ!Box homeautomation";
37 homepage = "https://github.com/hthiery/python-fritzhome";
38 license = licenses.mit;
39 maintainers = with maintainers; [ hexa ];