9 buildPythonPackage rec {
10 pname = "fritzconnection";
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
16 src = fetchFromGitHub {
20 sha256 = "sha256-eRvo40VXgo+SQGeh88vRfHPnbrsVDyz03ToIgwRc43Q=";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "Python module to communicate with the AVM Fritz!Box";
37 homepage = "https://github.com/kbr/fritzconnection";
38 changelog = "https://fritzconnection.readthedocs.io/en/${version}/sources/changes.html";
39 license = licenses.mit;
40 maintainers = with maintainers; [ dotlambda valodim ];