9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-0gEPXqw99UTsSOwRYQLgaFkaNFsaWA8ylz24pQX8p0Q=";
19 build-system = [ setuptools ];
21 nativeCheckInputs = [ pytestCheckHook ];
23 pythonImportsCheck = [ "ago" ];
26 description = "Human Readable Time Deltas";
27 homepage = "https://git.unturf.com/python/ago";
28 license = licenses.publicDomain;
29 maintainers = with maintainers; [ vizid ];