8 }: buildPythonPackage rec {
11 format = "setuptools";
12 disabled = pythonOlder "3.6";
13 src = fetchFromGitHub {
17 hash = "sha256-5USmuufrrWtmgibpfkjo9NtgN30hdl8plJfythmxM4s=";
19 propagatedBuildInputs = [ typing-extensions heapdict ];
20 nativeCheckInputs = [ pytestCheckHook ];
21 pythonImportsCheck = [
25 description = "Caching based on computation time and storage space";
26 homepage = "https://github.com/dask/cachey/";
27 license = licenses.bsd3;
28 maintainers = with maintainers; [ SomeoneSerge ];