9 buildPythonPackage rec {
12 disabled = pythonOlder "3.6";
14 src = fetchFromGitHub {
17 rev = "refs/tags/${version}";
18 sha256 = "sha256-LO1VdirKWXIAy3U8oRtnFI58qO+yn6Vm5bZdCjdgKwo=";
26 pythonImportsCheck = [ "cachelib" ];
29 homepage = "https://github.com/pallets/cachelib";
30 description = "Collection of cache libraries in the same API interface";
31 license = licenses.bsd3;
32 maintainers = with maintainers; [ gebner ];