8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
19 hash = "sha256-DheHTD62f1ZxoiS0y0/CzDMHvKGmEiEUAX6oaqTpB78=";
26 pythonImportsCheck = [
31 description = "Extensible memoizing collections and decorators";
32 homepage = "https://github.com/tkem/cachetools";
33 license = with licenses; [ mit ];
34 maintainers = with maintainers; [ fab ];