Skip to content

Commit

Permalink
python312Packages.habluetooth: format with nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Apr 17, 2024
1 parent ffd1596 commit 83ea544
Showing 1 changed file with 19 additions and 24 deletions.
43 changes: 19 additions & 24 deletions pkgs/development/python-modules/habluetooth/default.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{ lib
, async-interrupt
, bleak
, bleak-retry-connector
, bluetooth-adapters
, bluetooth-auto-recovery
, bluetooth-data-tools
, buildPythonPackage
, cython
, fetchFromGitHub
, poetry-core
, pytestCheckHook
, pythonOlder
, setuptools
, wheel
{
lib,
async-interrupt,
bleak,
bleak-retry-connector,
bluetooth-adapters,
bluetooth-auto-recovery,
bluetooth-data-tools,
buildPythonPackage,
cython,
fetchFromGitHub,
poetry-core,
pytestCheckHook,
pythonOlder,
setuptools,
wheel,
}:

buildPythonPackage rec {
Expand All @@ -34,9 +35,7 @@ buildPythonPackage rec {
--replace-fail " --cov=habluetooth --cov-report=term-missing:skip-covered" ""
'';

build-system = [
poetry-core
];
build-system = [ poetry-core ];

nativeBuildInputs = [
cython
Expand All @@ -53,13 +52,9 @@ buildPythonPackage rec {
bluetooth-data-tools
];

nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];

pythonImportsCheck = [
"habluetooth"
];
pythonImportsCheck = [ "habluetooth" ];

meta = with lib; {
description = "Library for high availability Bluetooth";
Expand Down

0 comments on commit 83ea544

Please sign in to comment.