Loading pkgs/development/python-modules/nibe/default.nix 0 → 100644 +57 −0 Original line number Diff line number Diff line { lib , aiohttp , aresponses , async-modbus , async-timeout , buildPythonPackage , construct , fetchFromGitHub , pytest-asyncio , pytestCheckHook , pythonOlder , setuptools , tenacity }: buildPythonPackage rec { pname = "nibe"; version = "1.2.1"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "yozik04"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-y1/yZE5Gfj2XPscZ27TNXOM/VGy/iIFkvg2TCNsh4tI="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ async-modbus async-timeout construct tenacity ]; checkInputs = [ aresponses pytest-asyncio pytestCheckHook ]; pythonImportsCheck = [ "nibe" ]; meta = with lib; { description = "Library for the communication with Nibe heatpumps"; homepage = "https://github.com/yozik04/nibe"; license = with licenses; [ gpl3Plus ]; maintainers = with maintainers; [ fab ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6137,6 +6137,8 @@ self: super: with self; { nibabel = callPackage ../development/python-modules/nibabel { }; nibe = callPackage ../development/python-modules/nibe { }; nidaqmx = callPackage ../development/python-modules/nidaqmx { }; Nikola = callPackage ../development/python-modules/Nikola { }; Loading Loading
pkgs/development/python-modules/nibe/default.nix 0 → 100644 +57 −0 Original line number Diff line number Diff line { lib , aiohttp , aresponses , async-modbus , async-timeout , buildPythonPackage , construct , fetchFromGitHub , pytest-asyncio , pytestCheckHook , pythonOlder , setuptools , tenacity }: buildPythonPackage rec { pname = "nibe"; version = "1.2.1"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "yozik04"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-y1/yZE5Gfj2XPscZ27TNXOM/VGy/iIFkvg2TCNsh4tI="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ async-modbus async-timeout construct tenacity ]; checkInputs = [ aresponses pytest-asyncio pytestCheckHook ]; pythonImportsCheck = [ "nibe" ]; meta = with lib; { description = "Library for the communication with Nibe heatpumps"; homepage = "https://github.com/yozik04/nibe"; license = with licenses; [ gpl3Plus ]; maintainers = with maintainers; [ fab ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6137,6 +6137,8 @@ self: super: with self; { nibabel = callPackage ../development/python-modules/nibabel { }; nibe = callPackage ../development/python-modules/nibe { }; nidaqmx = callPackage ../development/python-modules/nidaqmx { }; Nikola = callPackage ../development/python-modules/Nikola { }; Loading