14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
21 __darwinAllowLocalNetworking = true;
24 inherit pname version;
25 hash = "sha256-fkCPFfSXj+oiR3NLMIYh919/4Wm0YWeVGccuioXWHV0=";
32 propagatedBuildInputs = [
37 passthru.optional-dependencies = {
49 ] ++ passthru.optional-dependencies.filecache;
51 pythonImportsCheck = [
56 description = "The httplib2 caching algorithms packaged up for use with requests";
57 homepage = "https://github.com/frostming/cacheyou";
58 changelog = "https://github.com/frostming/cacheyou/releases/tag/${version}";
59 license = lib.licenses.asl20;
60 maintainers = with lib.maintainers; [ natsukium ];