Loading pkgs/development/python-modules/aiobafi6/default.nix 0 → 100644 +51 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , poetry-core , protobuf , pytest-asyncio , pytestCheckHook , pythonOlder , zeroconf }: buildPythonPackage rec { pname = "aiobafi6"; version = "0.8.2"; format = "pyproject"; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "jfroy"; repo = "aiobafi6"; rev = "refs/tags/${version}"; hash = "sha256-ng+WpLhAfsouFA9biomc0V+L9XQHDthJeJLv8ttnYBc="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ protobuf zeroconf ]; nativeCheckInputs = [ pytest-asyncio pytestCheckHook ]; pythonImportsCheck = [ "aiobafi6" ]; meta = with lib; { description = "Library for communication with the Big Ass Fans i6 firmware"; homepage = "https://github.com/jfroy/aiobafi6"; changelog = "https://github.com/jfroy/aiobafi6/releases/tag/0.8.2"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; } pkgs/servers/home-assistant/component-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -328,7 +328,8 @@ sqlalchemy ]; "baf" = ps: with ps; [ ]; # missing inputs: aiobafi6 aiobafi6 ]; "baidu" = ps: with ps; [ ]; # missing inputs: baidu-aip "balboa" = ps: with ps; [ Loading Loading @@ -4888,6 +4889,7 @@ "azure_devops" "azure_event_hub" "backup" "baf" "balboa" "bayesian" "binary_sensor" Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -152,6 +152,8 @@ self: super: with self; { aioazuredevops = callPackage ../development/python-modules/aioazuredevops { }; aiobafi6 = callPackage ../development/python-modules/aiobafi6 { }; aioblescan = callPackage ../development/python-modules/aioblescan { }; aiocache = callPackage ../development/python-modules/aiocache { }; Loading Loading
pkgs/development/python-modules/aiobafi6/default.nix 0 → 100644 +51 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , poetry-core , protobuf , pytest-asyncio , pytestCheckHook , pythonOlder , zeroconf }: buildPythonPackage rec { pname = "aiobafi6"; version = "0.8.2"; format = "pyproject"; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "jfroy"; repo = "aiobafi6"; rev = "refs/tags/${version}"; hash = "sha256-ng+WpLhAfsouFA9biomc0V+L9XQHDthJeJLv8ttnYBc="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ protobuf zeroconf ]; nativeCheckInputs = [ pytest-asyncio pytestCheckHook ]; pythonImportsCheck = [ "aiobafi6" ]; meta = with lib; { description = "Library for communication with the Big Ass Fans i6 firmware"; homepage = "https://github.com/jfroy/aiobafi6"; changelog = "https://github.com/jfroy/aiobafi6/releases/tag/0.8.2"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }
pkgs/servers/home-assistant/component-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -328,7 +328,8 @@ sqlalchemy ]; "baf" = ps: with ps; [ ]; # missing inputs: aiobafi6 aiobafi6 ]; "baidu" = ps: with ps; [ ]; # missing inputs: baidu-aip "balboa" = ps: with ps; [ Loading Loading @@ -4888,6 +4889,7 @@ "azure_devops" "azure_event_hub" "backup" "baf" "balboa" "bayesian" "binary_sensor" Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -152,6 +152,8 @@ self: super: with self; { aioazuredevops = callPackage ../development/python-modules/aioazuredevops { }; aiobafi6 = callPackage ../development/python-modules/aiobafi6 { }; aioblescan = callPackage ../development/python-modules/aioblescan { }; aiocache = callPackage ../development/python-modules/aiocache { }; Loading