8 buildPythonPackage rec {
14 src = fetchFromGitHub {
18 sha256 = "1b662ph8m2d05d2vi3izgnr6v7h9zfvscfsaaw8nhdmmm15ivfa6";
21 checkInputs = [ pytestCheckHook ];
23 pythonImportsCheck = [ "cachetools" ];
26 description = "Extensible memoizing collections and decorators";
27 homepage = "https://github.com/tkem/cachetools";
28 license = with licenses; [ mit ];
29 maintainers = with maintainers; [ fab ];