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