./net/py-foolscap, RPC protocol for Twisted

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 23.11.0, Package name: py311-foolscap-23.11.0, Maintainer: kamel.derouiche

This is a ground-up rewrite of Perspective Broker, which itself is Twisted's
native RPC/RMI protocol (Remote Procedure Call / Remote Method Invocation).
If you have control of both ends of the wire, and are thus not constrained to
use some other protocol like HTTP/XMLRPC/CORBA/etc, you might consider using
Foolscap.

Fundamentally, Foolscap allows you to make a python object in one process
available to code in other processes, which means you can invoke its methods
remotely. This includes a data serialization layer to convey the object
graphs for the arguments and the eventual response, and an object reference
system to keep track of which objects you are connecting to. It uses a
capability-based security model, such that once you create a non-public
object, it is only accessible to clients to whom you've given the
(unguessable) FURL. You can of course publish world-visible objects that
have well-known FURLs.


Required to run:
[net/py-twisted] [security/py-OpenSSL] [devel/py-setuptools] [devel/py-ZopeInterface] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 527.995 KB

Version history: (Expand)


CVS history: (Expand)


   2024-08-11 21:44:50 by Greg Troxel | Files touched by this commit (3)
Log message:
net/py-foolscap: Update to 23.11.0

Use github, and kludge github.mk for the distfile format, because pypi
lacks a source archive.

Use WRKSRC for the bizarre unpack location of the github source archive.

Upstream lacks NEWS but github release notes indicate that changes are
only about adapting to newer python versions (and dropping 3.7 which
is ancient).
   2023-11-05 23:50:39 by Thomas Klausner | Files touched by this commit (4)
Log message:
py-foolscap: convert to wheel.mk

Fix build with Python 3.12.

Bump PKGREVISION.
   2023-06-18 07:39:38 by Adam Ciarcinski | Files touched by this commit (20)
Log message:
py-ZopeInterface: moved to py-zope.interface
   2022-10-19 16:25:20 by Nia Alarie | Files touched by this commit (21)
Log message:
fighting a losing battle against the py-cryptography rustification, part 5

Convert py-OpenSSL users to versioned_dependencies.mk
   2022-09-11 18:49:02 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-foolscap: mark as not for python 2
   2022-02-13 09:53:45 by Thomas Klausner | Files touched by this commit (21)
Log message:
*: use versioned_dependencies for py-twisted
   2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289)
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS