9 buildPythonPackage rec {
13 src = fetchFromGitHub {
17 sha256 = "0xkw76y4059jg2a902wlpk6psyh2g4x6j6vlj9gzd5vqb7ihg2y7";
27 sed -i "/--cov/d" setup.cfg
31 # python-memcached is not available (last release in 2017)
32 "TestClientSocketConnect"
35 pythonImportsCheck = [ "pymemcache" ];
38 description = "Python memcached client";
39 homepage = "https://pymemcache.readthedocs.io/";
40 license = with licenses; [ asl20 ];
41 maintainers = with maintainers; [ fab ];