7 buildPythonPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-PqORJKAVrjezU/yP2ky3gb1XsM8obDI3GQzi+mok/OM=";
22 pytestFlagsArray = [ "test/testcase.py" ];
24 pythonImportsCheck = [ "timeago" ];
27 description = "Python module to format past datetime output";
28 homepage = "https://github.com/hustcc/timeago";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];