11 buildPythonPackage rec {
12 pname = "pyfritzhome";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
20 repo = "python-fritzhome";
21 rev = "refs/tags/${version}";
22 hash = "sha256-YzrRkFa4J3NXdc4W5CHrHvqSVJ8yBGtaf6gRqmiY7gI=";
29 propagatedBuildInputs = [
38 pythonImportsCheck = [
43 description = "Python Library to access AVM FRITZ!Box homeautomation";
44 mainProgram = "fritzhome";
45 homepage = "https://github.com/hthiery/python-fritzhome";
46 changelog = "https://github.com/hthiery/python-fritzhome/releases/tag/${version}";
47 license = licenses.mit;
48 maintainers = with maintainers; [ hexa ];