11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "sha256-6dGFU4YNk1joXXZi2c2L84JtUbTs1ICgXfv0/EU2P4Q=";
20 propagatedBuildInputs = [
32 # Not all dependencies are present
33 "src/foolscap/test/test_connection.py"
36 pythonImportsCheck = [ "foolscap" ];
39 description = "RPC protocol for Python that follows the distributed object-capability model";
41 "Foolscap" is the name for the next-generation RPC protocol, intended to
42 replace Perspective Broker (part of Twisted). Foolscap is a protocol to
43 implement a distributed object-capabilities model in Python.
45 homepage = "https://github.com/warner/foolscap";
46 license = licenses.mit;
47 maintainers = with maintainers; [ ];