8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
16 sha256 = "843d69b681a60afd21fbf50f310404ec67fcdf9d13dfcf6e9d41f3b456217e5b";
19 # testing assumes network connection
23 ${python.interpreter} tests/client_0_8/run_all.py
27 homepage = "https://github.com/barryp/py-amqplib";
28 description = "Python client for the Advanced Message Queuing Procotol (AMQP)";
29 license = licenses.lgpl21;