7 buildPythonPackage rec {
8 pname = "py-lru-cache";
10 format = "setuptools";
14 pname = "py_lru_cache";
15 sha256 = "1w3a8l3ckl1zz0f2vlfrawl9a402r458p7xzhy4sgq8k9rl37pq2";
19 description = "In-memory LRU cache for python";
20 homepage = "https://github.com/stucchio/Python-LRU-cache";
21 license = licenses.gpl3;