14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
22 owner = "kennedyshead";
25 hash = "sha256-RQxIgAU9KsTbcTKc/Zl+aP77lbDSeiYzR48MtIVwacc=";
28 build-system = [ setuptools ];
30 dependencies = [ asyncssh ];
39 pythonImportsCheck = [ "aioasuswrt" ];
42 description = "Python module for Asuswrt";
43 homepage = "https://github.com/kennedyshead/aioasuswrt";
44 changelog = "https://github.com/kennedyshead/aioasuswrt/releases/tag/V${version}";
45 license = with licenses; [ mit ];
46 maintainers = with maintainers; [ fab ];