7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
16 sha256 = "1s5p5m3q9k7r1m0wx5wcxf20xzs0rj14qwg1ydwhf6adr17y2w5y";
21 ${python.interpreter} -m doctest -v src/tailer/__init__.py
25 pythonImportsCheck = [ "tailer" ];
28 description = "Python implementation implementation of GNU tail and head";
29 mainProgram = "pytail";
30 homepage = "https://github.com/six8/pytailer";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ fab ];