Loading pkgs/development/python-modules/inkbird-ble/default.nix 0 → 100644 +55 −0 Original line number Diff line number Diff line { lib , bluetooth-sensor-state-data , buildPythonPackage , fetchFromGitHub , home-assistant-bluetooth , poetry-core , pytestCheckHook , pythonOlder , sensor-state-data }: buildPythonPackage rec { pname = "inkbird-ble"; version = "0.5.2"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "Bluetooth-Devices"; repo = pname; rev = "v${version}"; hash = "sha256-ieVjgNCkU6AJDTgLzmn2YPCNm+kId65QW3SNu2Xou1Q="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ bluetooth-sensor-state-data home-assistant-bluetooth sensor-state-data ]; checkInputs = [ pytestCheckHook ]; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov=inkbird_ble --cov-report=term-missing:skip-covered" "" ''; pythonImportsCheck = [ "inkbird_ble" ]; meta = with lib; { description = "Library for Inkbird BLE devices"; homepage = "https://github.com/Bluetooth-Devices/inkbird-ble"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4352,6 +4352,8 @@ in { injector = callPackage ../development/python-modules/injector { }; inkbird-ble = callPackage ../development/python-modules/inkbird-ble { }; inkex = callPackage ../development/python-modules/inkex { }; inotify = callPackage ../development/python-modules/inotify { }; Loading Loading
pkgs/development/python-modules/inkbird-ble/default.nix 0 → 100644 +55 −0 Original line number Diff line number Diff line { lib , bluetooth-sensor-state-data , buildPythonPackage , fetchFromGitHub , home-assistant-bluetooth , poetry-core , pytestCheckHook , pythonOlder , sensor-state-data }: buildPythonPackage rec { pname = "inkbird-ble"; version = "0.5.2"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "Bluetooth-Devices"; repo = pname; rev = "v${version}"; hash = "sha256-ieVjgNCkU6AJDTgLzmn2YPCNm+kId65QW3SNu2Xou1Q="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ bluetooth-sensor-state-data home-assistant-bluetooth sensor-state-data ]; checkInputs = [ pytestCheckHook ]; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov=inkbird_ble --cov-report=term-missing:skip-covered" "" ''; pythonImportsCheck = [ "inkbird_ble" ]; meta = with lib; { description = "Library for Inkbird BLE devices"; homepage = "https://github.com/Bluetooth-Devices/inkbird-ble"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4352,6 +4352,8 @@ in { injector = callPackage ../development/python-modules/injector { }; inkbird-ble = callPackage ../development/python-modules/inkbird-ble { }; inkex = callPackage ../development/python-modules/inkex { }; inotify = callPackage ../development/python-modules/inotify { }; Loading