Loading pkgs/development/python-modules/pyrainbird/default.nix +24 −27 Original line number Diff line number Diff line { lib , aiohttp-retry , buildPythonPackage , fetchFromGitHub , freezegun , ical , mashumaro , parameterized , pycryptodome , pytest-aiohttp , pytest-asyncio , pytest-golden , pytest-mock , pytestCheckHook , python-dateutil , pythonOlder , pyyaml , requests , requests-mock , responses , setuptools { lib, aiohttp-retry, buildPythonPackage, fetchFromGitHub, freezegun, ical, mashumaro, parameterized, pycryptodome, pytest-aiohttp, pytest-asyncio, pytest-golden, pytest-mock, pytestCheckHook, python-dateutil, pythonOlder, pyyaml, requests, requests-mock, responses, setuptools, }: buildPythonPackage rec { Loading @@ -40,9 +41,7 @@ buildPythonPackage rec { --replace-fail "--cov=pyrainbird --cov-report=term-missing" "" ''; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ aiohttp-retry Loading @@ -68,9 +67,7 @@ buildPythonPackage rec { responses ]; pythonImportsCheck = [ "pyrainbird" ]; pythonImportsCheck = [ "pyrainbird" ]; meta = with lib; { description = "Module to interact with Rainbird controllers"; Loading Loading
pkgs/development/python-modules/pyrainbird/default.nix +24 −27 Original line number Diff line number Diff line { lib , aiohttp-retry , buildPythonPackage , fetchFromGitHub , freezegun , ical , mashumaro , parameterized , pycryptodome , pytest-aiohttp , pytest-asyncio , pytest-golden , pytest-mock , pytestCheckHook , python-dateutil , pythonOlder , pyyaml , requests , requests-mock , responses , setuptools { lib, aiohttp-retry, buildPythonPackage, fetchFromGitHub, freezegun, ical, mashumaro, parameterized, pycryptodome, pytest-aiohttp, pytest-asyncio, pytest-golden, pytest-mock, pytestCheckHook, python-dateutil, pythonOlder, pyyaml, requests, requests-mock, responses, setuptools, }: buildPythonPackage rec { Loading @@ -40,9 +41,7 @@ buildPythonPackage rec { --replace-fail "--cov=pyrainbird --cov-report=term-missing" "" ''; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ aiohttp-retry Loading @@ -68,9 +67,7 @@ buildPythonPackage rec { responses ]; pythonImportsCheck = [ "pyrainbird" ]; pythonImportsCheck = [ "pyrainbird" ]; meta = with lib; { description = "Module to interact with Rainbird controllers"; Loading