Loading pkgs/development/python-modules/gvm-tools/default.nix +5 −9 Original line number Diff line number Diff line Loading @@ -5,22 +5,18 @@ poetry-core, pytestCheckHook, python-gvm, pythonAtLeast, pythonOlder, }: buildPythonPackage rec { pname = "gvm-tools"; version = "25.4.0"; version = "25.4.1"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "greenbone"; repo = "gvm-tools"; tag = "v${version}"; hash = "sha256-d5/oVQxhZGxGXwdGMojGQ4SiMUiQfxgcR2oF5Lq1+RM="; hash = "sha256-BYkpHUSw9MU9SpJiQf1ZgG1ZCfRxyAyX/K+53wgnKoQ="; }; __darwinAllowLocalNetworking = true; Loading @@ -34,8 +30,8 @@ buildPythonPackage rec { disabledTests = [ # Don't test sending "SendTargetTestCase" ] ++ lib.optionals (pythonAtLeast "3.10") [ "HelpFormattingParserTestCase" ]; "HelpFormattingParserTestCase" ]; pythonImportsCheck = [ "gvmtools" ]; Loading @@ -43,7 +39,7 @@ buildPythonPackage rec { description = "Collection of APIs that help with remote controlling a Greenbone Security Manager"; homepage = "https://github.com/greenbone/gvm-tools"; changelog = "https://github.com/greenbone/gvm-tools/releases/tag/${src.tag}"; license = with licenses; [ gpl3Plus ]; license = licenses.gpl3Plus; maintainers = with maintainers; [ fab ]; }; } Loading
pkgs/development/python-modules/gvm-tools/default.nix +5 −9 Original line number Diff line number Diff line Loading @@ -5,22 +5,18 @@ poetry-core, pytestCheckHook, python-gvm, pythonAtLeast, pythonOlder, }: buildPythonPackage rec { pname = "gvm-tools"; version = "25.4.0"; version = "25.4.1"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "greenbone"; repo = "gvm-tools"; tag = "v${version}"; hash = "sha256-d5/oVQxhZGxGXwdGMojGQ4SiMUiQfxgcR2oF5Lq1+RM="; hash = "sha256-BYkpHUSw9MU9SpJiQf1ZgG1ZCfRxyAyX/K+53wgnKoQ="; }; __darwinAllowLocalNetworking = true; Loading @@ -34,8 +30,8 @@ buildPythonPackage rec { disabledTests = [ # Don't test sending "SendTargetTestCase" ] ++ lib.optionals (pythonAtLeast "3.10") [ "HelpFormattingParserTestCase" ]; "HelpFormattingParserTestCase" ]; pythonImportsCheck = [ "gvmtools" ]; Loading @@ -43,7 +39,7 @@ buildPythonPackage rec { description = "Collection of APIs that help with remote controlling a Greenbone Security Manager"; homepage = "https://github.com/greenbone/gvm-tools"; changelog = "https://github.com/greenbone/gvm-tools/releases/tag/${src.tag}"; license = with licenses; [ gpl3Plus ]; license = licenses.gpl3Plus; maintainers = with maintainers; [ fab ]; }; }