Loading pkgs/development/python-modules/bleak-retry-connector/default.nix +10 −13 Original line number Diff line number Diff line Loading @@ -15,26 +15,23 @@ buildPythonPackage rec { pname = "bleak-retry-connector"; version = "4.4.3"; version = "4.4.4"; pyproject = true; src = fetchFromGitHub { owner = "Bluetooth-Devices"; repo = "bleak-retry-connector"; tag = "v${version}"; hash = "sha256-/IJBAeb/PdJt0IbLm3RnaHn4o8o1DXN8jGiQtzp7wLg="; hash = "sha256-T7mJUj/AF+ZuTiGGFHUT7Ftnz+A0O5nGjj4a75obsuc="; }; build-system = [ poetry-core ]; dependencies = lib.optionals (pythonOlder "3.14") [ dependencies = [ bleak ] ++ lib.optionals (stdenv.hostPlatform.isLinux && pythonOlder "3.14") [ bluetooth-adapters ] ++ lib.optionals stdenv.hostPlatform.isLinux [ bluetooth-adapters dbus-fast ]; Loading @@ -49,7 +46,7 @@ buildPythonPackage rec { meta = with lib; { description = "Connector for Bleak Clients that handles transient connection failures"; homepage = "https://github.com/bluetooth-devices/bleak-retry-connector"; changelog = "https://github.com/bluetooth-devices/bleak-retry-connector/blob/${src.tag}/CHANGELOG.md"; changelog = "https://github.com/Bluetooth-Devices/bleak-retry-connector/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/bleak-retry-connector/default.nix +10 −13 Original line number Diff line number Diff line Loading @@ -15,26 +15,23 @@ buildPythonPackage rec { pname = "bleak-retry-connector"; version = "4.4.3"; version = "4.4.4"; pyproject = true; src = fetchFromGitHub { owner = "Bluetooth-Devices"; repo = "bleak-retry-connector"; tag = "v${version}"; hash = "sha256-/IJBAeb/PdJt0IbLm3RnaHn4o8o1DXN8jGiQtzp7wLg="; hash = "sha256-T7mJUj/AF+ZuTiGGFHUT7Ftnz+A0O5nGjj4a75obsuc="; }; build-system = [ poetry-core ]; dependencies = lib.optionals (pythonOlder "3.14") [ dependencies = [ bleak ] ++ lib.optionals (stdenv.hostPlatform.isLinux && pythonOlder "3.14") [ bluetooth-adapters ] ++ lib.optionals stdenv.hostPlatform.isLinux [ bluetooth-adapters dbus-fast ]; Loading @@ -49,7 +46,7 @@ buildPythonPackage rec { meta = with lib; { description = "Connector for Bleak Clients that handles transient connection failures"; homepage = "https://github.com/bluetooth-devices/bleak-retry-connector"; changelog = "https://github.com/bluetooth-devices/bleak-retry-connector/blob/${src.tag}/CHANGELOG.md"; changelog = "https://github.com/Bluetooth-Devices/bleak-retry-connector/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading