9 buildPythonPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-TlXTlxeGDd+elGpMjxcJCmRuJmp5k9xj6MrViRzcST4=";
21 build-system = [ setuptools ];
23 pythonImportsCheck = [ "pygtail" ];
25 nativeCheckInputs = [ pytestCheckHook ];
28 description = "Library for reading log file lines that have not been read";
29 mainProgram = "pygtail";
30 license = licenses.gpl2Plus;
31 homepage = "https://github.com/bgreenlee/pygtail";