1 { lib, buildPythonPackage, fetchPypi, pytest }:
3 buildPythonPackage rec {
9 sha256 = "0avqpswfmw5b08xx3ib6zchc5bis390fn1v74vg7nnrkf1pb3qbd";
12 checkInputs = [ pytest ];
15 description = "C implementation of Python3 lru_cache for Python 2 and 3";
16 homepage = "https://github.com/pbrady/fastcache";
17 license = licenses.mit;
18 maintainers = [ maintainers.bhipple ];