7 buildPythonPackage rec {
13 url = "http://www.us.apache.org/dist/qpid/${version}/${pname}-${version}.tar.gz";
14 sha256 = "09hdfjgk8z4s3dr8ym2r6xn97j1f9mkb2743pr6zd0bnj01vhsv4";
17 # needs a broker running and then ./qpid-python-test
21 homepage = "http://qpid.apache.org/";
22 description = "Python client implementation and AMQP conformance tests for Apache Qpid";
23 license = licenses.asl20;