9 buildPythonPackage rec {
10 pname = "python-memcached";
13 src = fetchFromGitHub {
15 repo = "python-memcached";
17 hash = "sha256-tHqkwNloPTXOrEGtuDLu1cTw4SKJ4auv8UUbqdNp698=";
20 propagatedBuildInputs = [
32 pythonImportsCheck = [ "memcache" ];
35 description = "Pure python memcached client";
36 homepage = "https://github.com/linsomniac/python-memcached";
37 license = licenses.psfl;
38 maintainers = with maintainers; [ dotlambda ];