10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "0rbw9makjmawkcxnkkngybj3n14s0dnzn9gkqqq2krcm514kmlb9";
19 propagatedBuildInputs = [ mock twisted pyopenssl service-identity ];
22 # Either uncomment this, or remove this custom check phase entirely, if
23 # you wish to do battle with the foolscap tests. ~ C.
28 homepage = "http://foolscap.lothar.com/";
29 description = "Foolscap, an RPC protocol for Python that follows the distributed object-capability model";
31 "Foolscap" is the name for the next-generation RPC protocol,
32 intended to replace Perspective Broker (part of Twisted).
33 Foolscap is a protocol to implement a distributed
34 object-capabilities model in Python.
36 # See http://foolscap.lothar.com/trac/browser/LICENSE.
37 license = licenses.mit;