8 buildPythonPackage rec {
9 pname = "connection-pool";
11 format = "setuptools";
15 pname = "connection_pool";
17 sha256 = "bf429e7aef65921c69b4ed48f3d48d3eac1383b05d2df91884705842d974d0dc";
20 doCheck = false; # no tests
21 pythonImportsCheck = [ "connection_pool" ];
24 description = "Thread-safe connection pool";
25 homepage = "https://github.com/zhouyl/ConnectionPool";
26 license = with licenses; [ mit ];
27 maintainers = with maintainers; [ veprbl ];