Loading pkgs/development/python-modules/airthings-ble/default.nix +7 −4 Original line number Diff line number Diff line { lib , async-interrupt , async-timeout , bleak , bleak-retry-connector , buildPythonPackage Loading @@ -11,21 +12,21 @@ buildPythonPackage rec { pname = "airthings-ble"; version = "0.6.1"; version = "0.7.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "vincegio"; repo = pname; rev = "refs/tags/v${version}"; repo = "airthings-ble"; rev = "refs/tags/${version}"; hash = "sha256-A7Nrg0O+WVoHP+m8pz6idnNcxulwPYmMt9DfhKTHG24="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace "-v -Wdefault --cov=airthings_ble --cov-report=term-missing:skip-covered" "" --replace-fail "-v -Wdefault --cov=airthings_ble --cov-report=term-missing:skip-covered" "" ''; nativeBuildInputs = [ Loading @@ -36,6 +37,8 @@ buildPythonPackage rec { async-interrupt bleak bleak-retry-connector ] ++ lib.optionals (pythonOlder "3.11") [ async-timeout ]; nativeCheckInputs = [ Loading Loading
pkgs/development/python-modules/airthings-ble/default.nix +7 −4 Original line number Diff line number Diff line { lib , async-interrupt , async-timeout , bleak , bleak-retry-connector , buildPythonPackage Loading @@ -11,21 +12,21 @@ buildPythonPackage rec { pname = "airthings-ble"; version = "0.6.1"; version = "0.7.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "vincegio"; repo = pname; rev = "refs/tags/v${version}"; repo = "airthings-ble"; rev = "refs/tags/${version}"; hash = "sha256-A7Nrg0O+WVoHP+m8pz6idnNcxulwPYmMt9DfhKTHG24="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace "-v -Wdefault --cov=airthings_ble --cov-report=term-missing:skip-covered" "" --replace-fail "-v -Wdefault --cov=airthings_ble --cov-report=term-missing:skip-covered" "" ''; nativeBuildInputs = [ Loading @@ -36,6 +37,8 @@ buildPythonPackage rec { async-interrupt bleak bleak-retry-connector ] ++ lib.optionals (pythonOlder "3.11") [ async-timeout ]; nativeCheckInputs = [ Loading