14 buildPythonPackage rec {
15 pname = "ntc-templates";
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
22 owner = "networktocode";
24 rev = "refs/tags/v${version}";
25 hash = "sha256-8Lzh6ku2TUQFatqbOb5JIc/WkRPegx/gNnT53DErMuk=";
32 propagatedBuildInputs = [
44 # https://github.com/networktocode/ntc-templates/issues/743
46 "test_raw_data_against_mock"
47 "test_verify_parsed_and_reference_data_exists"
51 description = "TextFSM templates for parsing show commands of network devices";
52 homepage = "https://github.com/networktocode/ntc-templates";
53 changelog = "https://github.com/networktocode/ntc-templates/releases/tag/v${version}";
54 license = licenses.asl20;
55 maintainers = with maintainers; [ ];