Loading pkgs/development/python-modules/pysnooz/default.nix 0 → 100644 +68 −0 Original line number Diff line number Diff line { lib , bleak , bleak-retry-connector , bluetooth-sensor-state-data , buildPythonPackage , events , fetchFromGitHub , freezegun , home-assistant-bluetooth , poetry-core , pytest-asyncio , pytest-mock , pytestCheckHook , pythonOlder , transitions }: buildPythonPackage rec { pname = "pysnooz"; version = "0.8.3"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "AustinBrunkhorst"; repo = pname; rev = "v${version}"; hash = "sha256-K99sE9vxJo6grkp04DmTKOVqdfpQI0kUzJjSR6gnSew="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace 'transitions = "^0.8.11"' 'transitions = ">0.8.11"' \ --replace " --cov=pysnooz --cov-report=term-missing:skip-covered" "" ''; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ bleak bleak-retry-connector bluetooth-sensor-state-data events home-assistant-bluetooth transitions ]; checkInputs = [ freezegun pytest-asyncio pytest-mock pytestCheckHook ]; pythonImportsCheck = [ "pysnooz" ]; meta = with lib; { description = "Library to control SNOOZ white noise machines"; homepage = "https://github.com/AustinBrunkhorst/pysnooz"; 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 @@ -8572,6 +8572,8 @@ self: super: with self; { pysnooper = callPackage ../development/python-modules/pysnooper { }; pysnooz = callPackage ../development/python-modules/pysnooz { }; pysnow = callPackage ../development/python-modules/pysnow { }; pysocks = callPackage ../development/python-modules/pysocks { }; Loading Loading
pkgs/development/python-modules/pysnooz/default.nix 0 → 100644 +68 −0 Original line number Diff line number Diff line { lib , bleak , bleak-retry-connector , bluetooth-sensor-state-data , buildPythonPackage , events , fetchFromGitHub , freezegun , home-assistant-bluetooth , poetry-core , pytest-asyncio , pytest-mock , pytestCheckHook , pythonOlder , transitions }: buildPythonPackage rec { pname = "pysnooz"; version = "0.8.3"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "AustinBrunkhorst"; repo = pname; rev = "v${version}"; hash = "sha256-K99sE9vxJo6grkp04DmTKOVqdfpQI0kUzJjSR6gnSew="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace 'transitions = "^0.8.11"' 'transitions = ">0.8.11"' \ --replace " --cov=pysnooz --cov-report=term-missing:skip-covered" "" ''; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ bleak bleak-retry-connector bluetooth-sensor-state-data events home-assistant-bluetooth transitions ]; checkInputs = [ freezegun pytest-asyncio pytest-mock pytestCheckHook ]; pythonImportsCheck = [ "pysnooz" ]; meta = with lib; { description = "Library to control SNOOZ white noise machines"; homepage = "https://github.com/AustinBrunkhorst/pysnooz"; 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 @@ -8572,6 +8572,8 @@ self: super: with self; { pysnooper = callPackage ../development/python-modules/pysnooper { }; pysnooz = callPackage ../development/python-modules/pysnooz { }; pysnow = callPackage ../development/python-modules/pysnow { }; pysocks = callPackage ../development/python-modules/pysocks { }; Loading