python3Packages.textfsm: refactor
This commit is contained in:
committed by
Weijia Wang
parent
7c56233d45
commit
461a14c8fd
@@ -13,7 +13,7 @@ buildPythonPackage rec {
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "google";
|
||||
repo = pname;
|
||||
repo = "textfsm";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-ygVcDdT85mRN+qYfTZqraRVyp2JlLwwujBW1e/pPJNc=";
|
||||
};
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user