6 buildPythonPackage rec {
7 pname = "py-lru-cache";
13 pname = "py_lru_cache";
14 sha256 = "1w3a8l3ckl1zz0f2vlfrawl9a402r458p7xzhy4sgq8k9rl37pq2";
18 description = "An in-memory LRU cache for python";
19 homepage = "https://github.com/stucchio/Python-LRU-cache";
20 license = licenses.gpl3;