9 buildPythonPackage rec {
12 disabled = pythonOlder "3.6";
14 src = fetchFromGitHub {
17 rev = "refs/tags/${version}";
18 hash = "sha256-2V2FvZC8jM84fZEdK9ShzFrjO8goOQsN6cnJTHDDL9E=";
27 # requires set up local server
28 "tests/test_dynamodb_cache.py"
31 pythonImportsCheck = [ "cachelib" ];
34 homepage = "https://github.com/pallets/cachelib";
35 description = "Collection of cache libraries in the same API interface";
36 license = licenses.bsd3;
37 maintainers = with maintainers; [ gebner ];