8 buildPythonPackage rec {
11 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-1krw77ij69EbLg5mKmQmxeHpn38uRG9EOboGmRk+StY=";
19 # tests require running postgresql cluster
21 pythonImportsCheck = [ "pq" ];
24 description = "PQ is a transactional queue for PostgreSQL";
25 homepage = "https://github.com/malthe/pq/";
26 license = licenses.bsd3;