Loading pkgs/development/python-modules/ntc-templates/default.nix +0 −6 Original line number Diff line number Diff line Loading @@ -40,12 +40,6 @@ buildPythonPackage rec { yamllint ]; # https://github.com/networktocode/ntc-templates/issues/743 disabledTests = [ "test_raw_data_against_mock" "test_verify_parsed_and_reference_data_exists" ]; meta = with lib; { description = "TextFSM templates for parsing show commands of network devices"; homepage = "https://github.com/networktocode/ntc-templates"; Loading pkgs/development/python-modules/textfsm/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "google"; repo = pname; repo = "textfsm"; tag = "v${version}"; hash = "sha256-ygVcDdT85mRN+qYfTZqraRVyp2JlLwwujBW1e/pPJNc="; }; Loading @@ -23,6 +23,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { changelog = "https://github.com/google/textfsm/releases/tag/${src.tag}"; description = "Python module for parsing semi-structured text into python tables"; mainProgram = "textfsm"; homepage = "https://github.com/google/textfsm"; Loading Loading
pkgs/development/python-modules/ntc-templates/default.nix +0 −6 Original line number Diff line number Diff line Loading @@ -40,12 +40,6 @@ buildPythonPackage rec { yamllint ]; # https://github.com/networktocode/ntc-templates/issues/743 disabledTests = [ "test_raw_data_against_mock" "test_verify_parsed_and_reference_data_exists" ]; meta = with lib; { description = "TextFSM templates for parsing show commands of network devices"; homepage = "https://github.com/networktocode/ntc-templates"; Loading
pkgs/development/python-modules/textfsm/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "google"; repo = pname; repo = "textfsm"; tag = "v${version}"; hash = "sha256-ygVcDdT85mRN+qYfTZqraRVyp2JlLwwujBW1e/pPJNc="; }; Loading @@ -23,6 +23,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { changelog = "https://github.com/google/textfsm/releases/tag/${src.tag}"; description = "Python module for parsing semi-structured text into python tables"; mainProgram = "textfsm"; homepage = "https://github.com/google/textfsm"; Loading