Path to this page:
./
net/py-foolscap,
RPC protocol for Twisted
Branch: CURRENT,
Version: 23.11.0,
Package name: py311-foolscap-23.11.0,
Maintainer: kamel.derouicheThis 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)
- (2024-08-11) Updated to version: py311-foolscap-23.11.0
- (2023-11-06) Updated to version: py311-foolscap-21.7.0nb3
- (2022-09-11) Updated to version: py310-foolscap-21.7.0nb2
- (2022-01-05) Updated to version: py39-foolscap-21.7.0nb2
- (2022-01-05) Updated to version: py39-foolscap-21.7.0nb1
- (2021-10-07) Updated to version: py39-foolscap-21.7.0
CVS history: (Expand)
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
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|