./sysutils/py27-dbus, Python bindings for the D-BUS message bus system

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


Branch: CURRENT, Version: 1.2.18nb2, Package name: py27-dbus-1.2.18nb2, Maintainer: pkgsrc-users

D-BUS is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in terms
of complexity.

D-BUS supports broadcast messages, asynchronous messages (thus decreasing
latency), authentication, and more. It is designed to be low-overhead;
messages are sent using a binary protocol, not using XML. D-BUS also
supports a method call mapping for its messages, but it is not required;
this makes using the system quite simple.

This package provides the Python D-BUS bindings.


Master sites:

Filesize: 564.652 KB

Version history: (Expand)


CVS history: (Expand)


   2023-12-23 10:45:05 by Zafer Aydogan | Files touched by this commit (1)
Log message:
use https
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-08-06 09:40:00 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
py27-dbus: added version 1.2.18; for Python 2.7 only, as py-dbus 1.3.2 does not \ 
support Python 2.7