1 { lib, buildPythonPackage, fetchPypi, python }:
3 buildPythonPackage rec {
10 sha256 = "843d69b681a60afd21fbf50f310404ec67fcdf9d13dfcf6e9d41f3b456217e5b";
13 # testing assumes network connection
17 ${python.interpreter} tests/client_0_8/run_all.py
21 homepage = "https://github.com/barryp/py-amqplib";
22 description = "Python client for the Advanced Message Queuing Procotol (AMQP)";
23 license = licenses.lgpl21;