Loading pkgs/development/python-modules/pyipp/default.nix +22 −27 Original line number Diff line number Diff line { lib , aiohttp , aresponses , async-timeout , awesomeversion , backoff , buildPythonPackage , deepmerge , fetchFromGitHub , poetry-core , pytest-asyncio , pytestCheckHook , pythonOlder , yarl { lib, aiohttp, aresponses, async-timeout, awesomeversion, backoff, buildPythonPackage, deepmerge, fetchFromGitHub, poetry-core, pytest-asyncio, pytestCheckHook, pythonOlder, yarl, }: buildPythonPackage rec { Loading @@ -34,9 +35,7 @@ buildPythonPackage rec { --replace-fail "--cov" "" ''; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ aiohttp Loading @@ -44,9 +43,7 @@ buildPythonPackage rec { backoff deepmerge yarl ] ++ lib.optionals (pythonOlder "3.11") [ async-timeout ]; ] ++ lib.optionals (pythonOlder "3.11") [ async-timeout ]; nativeCheckInputs = [ aresponses Loading @@ -56,9 +53,7 @@ buildPythonPackage rec { __darwinAllowLocalNetworking = true; pythonImportsCheck = [ "pyipp" ]; pythonImportsCheck = [ "pyipp" ]; meta = with lib; { changelog = "https://github.com/ctalkington/python-ipp/releases/tag/${version}"; Loading Loading
pkgs/development/python-modules/pyipp/default.nix +22 −27 Original line number Diff line number Diff line { lib , aiohttp , aresponses , async-timeout , awesomeversion , backoff , buildPythonPackage , deepmerge , fetchFromGitHub , poetry-core , pytest-asyncio , pytestCheckHook , pythonOlder , yarl { lib, aiohttp, aresponses, async-timeout, awesomeversion, backoff, buildPythonPackage, deepmerge, fetchFromGitHub, poetry-core, pytest-asyncio, pytestCheckHook, pythonOlder, yarl, }: buildPythonPackage rec { Loading @@ -34,9 +35,7 @@ buildPythonPackage rec { --replace-fail "--cov" "" ''; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ aiohttp Loading @@ -44,9 +43,7 @@ buildPythonPackage rec { backoff deepmerge yarl ] ++ lib.optionals (pythonOlder "3.11") [ async-timeout ]; ] ++ lib.optionals (pythonOlder "3.11") [ async-timeout ]; nativeCheckInputs = [ aresponses Loading @@ -56,9 +53,7 @@ buildPythonPackage rec { __darwinAllowLocalNetworking = true; pythonImportsCheck = [ "pyipp" ]; pythonImportsCheck = [ "pyipp" ]; meta = with lib; { changelog = "https://github.com/ctalkington/python-ipp/releases/tag/${version}"; Loading