9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-kg475AWmc0i/W4dBg8jFmNyz3V67xjvzPkSlS09/9Oc=";
27 propagatedBuildInputs = [
31 # Tests require physical hardware
34 pythonImportsCheck = [
39 description = "Library for communication with ASUSWRT routers via HTTP";
40 homepage = "https://github.com/ollo69/pyasuswrt";
41 changelog = "https://github.com/ollo69/pyasuswrt/releases/tag/v${version}";
42 license = licenses.mit;
43 maintainers = with maintainers; [ ];