11 buildPythonPackage rec {
12 pname = "file-read-backwards";
16 disabled = pythonOlder "3.7";
19 pname = "file_read_backwards";
21 hash = "sha256-vQRZO8GTigAyJL5FHV1zXx9EkOHnClaM6NMwu3ZSpoQ=";
24 build-system = [ setuptools ];
31 pythonImportsCheck = [ "file_read_backwards" ];
34 description = "Memory efficient way of reading files line-by-line from the end of file";
35 homepage = "https://github.com/RobinNil/file_read_backwards";
36 changelog = "https://github.com/RobinNil/file_read_backwards/blob/v${version}/HISTORY.rst";
37 license = licenses.mit;
38 maintainers = with maintainers; [ j0hax ];