Loading pkgs/development/python-modules/mopeka-iot-ble/default.nix 0 → 100644 +58 −0 Original line number Diff line number Diff line { lib , bluetooth-data-tools , bluetooth-sensor-state-data , buildPythonPackage , fetchFromGitHub , home-assistant-bluetooth , poetry-core , pytestCheckHook , pythonOlder , sensor-state-data }: buildPythonPackage rec { pname = "mopeka-iot-ble"; version = "0.4.1"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "bluetooth-devices"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-x/cKg2NC6kssUQeBuQH4yghlRDgs/fJ0bWWL+qnHgcM="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ bluetooth-data-tools bluetooth-sensor-state-data home-assistant-bluetooth sensor-state-data ]; nativeCheckInputs = [ pytestCheckHook ]; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov=mopeka_iot_ble --cov-report=term-missing:skip-covered" "" ''; pythonImportsCheck = [ "mopeka_iot_ble" ]; meta = with lib; { description = "Library for Mopeka IoT BLE devices"; homepage = "https://github.com/bluetooth-devices/mopeka-iot-ble"; changelog = "https://github.com/Bluetooth-Devices/mopeka-iot-ble/releases/tag/v${version}"; 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 @@ -6056,6 +6056,8 @@ self: super: with self; { moonraker-api = callPackage ../development/python-modules/moonraker-api { }; mopeka-iot-ble = callPackage ../development/python-modules/mopeka-iot-ble { }; more-itertools = callPackage ../development/python-modules/more-itertools { }; more-properties = callPackage ../development/python-modules/more-properties { }; Loading Loading
pkgs/development/python-modules/mopeka-iot-ble/default.nix 0 → 100644 +58 −0 Original line number Diff line number Diff line { lib , bluetooth-data-tools , bluetooth-sensor-state-data , buildPythonPackage , fetchFromGitHub , home-assistant-bluetooth , poetry-core , pytestCheckHook , pythonOlder , sensor-state-data }: buildPythonPackage rec { pname = "mopeka-iot-ble"; version = "0.4.1"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "bluetooth-devices"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-x/cKg2NC6kssUQeBuQH4yghlRDgs/fJ0bWWL+qnHgcM="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ bluetooth-data-tools bluetooth-sensor-state-data home-assistant-bluetooth sensor-state-data ]; nativeCheckInputs = [ pytestCheckHook ]; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov=mopeka_iot_ble --cov-report=term-missing:skip-covered" "" ''; pythonImportsCheck = [ "mopeka_iot_ble" ]; meta = with lib; { description = "Library for Mopeka IoT BLE devices"; homepage = "https://github.com/bluetooth-devices/mopeka-iot-ble"; changelog = "https://github.com/Bluetooth-Devices/mopeka-iot-ble/releases/tag/v${version}"; 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 @@ -6056,6 +6056,8 @@ self: super: with self; { moonraker-api = callPackage ../development/python-modules/moonraker-api { }; mopeka-iot-ble = callPackage ../development/python-modules/mopeka-iot-ble { }; more-itertools = callPackage ../development/python-modules/more-itertools { }; more-properties = callPackage ../development/python-modules/more-properties { }; Loading