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