devel/libsearpc - move python to PYTHONPATH
This patch is to move libsearpc to PYTHONPATH instead of residing in the seafile
directory. This was overlooked when moving the client seafile ports which
require it for the cli.
PR: 217539
Submitted by: ultima1252@gmail.com
Add new port devel/libsearpc
PR: 193132
Submitted by: JingFeng Yan
Searpc is a simple C language RPC framework based on GObject system.
Searpc handles the serialization/deserialization part of RPC, the
transport part is left to users.
The serialization/deserialization uses JSON format via json-glib
library. A serialized json object is returned from server to client
after executing the RPC function. Each RPC function defined in the
server side should take an extra GError argument to report error.