10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-WG9PiUMVGaEXXHKbtOFEGjLiSbNnpSI2fXCogpGj1PI=";
24 build-system = [ setuptools ];
26 nativeCheckInputs = [ pytestCheckHook ];
28 pythonImportsCheck = [ "cachetools" ];
31 description = "Extensible memoizing collections and decorators";
32 homepage = "https://github.com/tkem/cachetools";
33 changelog = "https://github.com/tkem/cachetools/blob/v${version}/CHANGELOG.rst";
34 license = licenses.mit;
35 maintainers = with maintainers; [ fab ];