8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "0avqpswfmw5b08xx3ib6zchc5bis390fn1v74vg7nnrkf1pb3qbd";
18 nativeCheckInputs = [ pytest ];
21 description = "C implementation of Python3 lru_cache for Python 2 and 3";
22 homepage = "https://github.com/pbrady/fastcache";
23 license = licenses.mit;
24 maintainers = [ maintainers.bhipple ];