7 buildPythonPackage rec {
8 pname = "connection-pool";
13 pname = "connection_pool";
15 sha256 = "bf429e7aef65921c69b4ed48f3d48d3eac1383b05d2df91884705842d974d0dc";
18 doCheck = false; # no tests
19 pythonImportsCheck = [ "connection_pool" ];
22 description = "Thread-safe connection pool";
23 homepage = "https://github.com/zhouyl/ConnectionPool";
24 license = with licenses; [ mit ];
25 maintainers = with maintainers; [ veprbl ];