8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 sha256 = "sha256-PqORJKAVrjezU/yP2ky3gb1XsM8obDI3GQzi+mok/OM=";
20 nativeCheckInputs = [ pytestCheckHook ];
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 ];