Loading pkgs/development/python-modules/gotailwind/default.nix +21 −26 Original line number Diff line number Diff line { lib , aiohttp , aresponses , awesomeversion , backoff , buildPythonPackage , fetchFromGitHub , mashumaro , orjson , poetry-core , pytest-asyncio , pytestCheckHook , pythonOlder , syrupy , typer , yarl , zeroconf { lib, aiohttp, aresponses, awesomeversion, backoff, buildPythonPackage, fetchFromGitHub, mashumaro, orjson, poetry-core, pytest-asyncio, pytestCheckHook, pythonOlder, syrupy, typer, yarl, zeroconf, }: buildPythonPackage rec { Loading @@ -38,9 +39,7 @@ buildPythonPackage rec { --replace-fail "--cov" "" ''; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ aiohttp Loading @@ -53,9 +52,7 @@ buildPythonPackage rec { ]; passthru.optional-dependencies = { cli = [ typer ]; cli = [ typer ]; }; nativeCheckInputs = [ Loading @@ -65,9 +62,7 @@ buildPythonPackage rec { syrupy ]; pythonImportsCheck = [ "gotailwind" ]; pythonImportsCheck = [ "gotailwind" ]; meta = with lib; { description = "Modul to communicate with Tailwind garage door openers"; Loading Loading
pkgs/development/python-modules/gotailwind/default.nix +21 −26 Original line number Diff line number Diff line { lib , aiohttp , aresponses , awesomeversion , backoff , buildPythonPackage , fetchFromGitHub , mashumaro , orjson , poetry-core , pytest-asyncio , pytestCheckHook , pythonOlder , syrupy , typer , yarl , zeroconf { lib, aiohttp, aresponses, awesomeversion, backoff, buildPythonPackage, fetchFromGitHub, mashumaro, orjson, poetry-core, pytest-asyncio, pytestCheckHook, pythonOlder, syrupy, typer, yarl, zeroconf, }: buildPythonPackage rec { Loading @@ -38,9 +39,7 @@ buildPythonPackage rec { --replace-fail "--cov" "" ''; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ aiohttp Loading @@ -53,9 +52,7 @@ buildPythonPackage rec { ]; passthru.optional-dependencies = { cli = [ typer ]; cli = [ typer ]; }; nativeCheckInputs = [ Loading @@ -65,9 +62,7 @@ buildPythonPackage rec { syrupy ]; pythonImportsCheck = [ "gotailwind" ]; pythonImportsCheck = [ "gotailwind" ]; meta = with lib; { description = "Modul to communicate with Tailwind garage door openers"; Loading