./sysutils/py-jeepney, Low-level pure Python DBus protocol wrapper

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


Branch: CURRENT, Version: 0.8.0nb1, Package name: py311-jeepney-0.8.0nb1, Maintainer: pkgsrc-users

This is a low-level, pure Python DBus protocol client.
It has an I/O-free core, and integration modules for
different event loops. DBus is an inter-process
communication system, mainly used in Linux


Master sites:

Filesize: 103.521 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2022-04-18 12:57:54 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jeepney: updated to 0.8.0

0.8

Removed jeepney.integrate APIs, which were deprecated in 0.7. Use
jeepney.io instead (see :doc:`integrate`).
Removed deprecated jeepney.io.tornado API. Tornado now uses the asyncio
event loop, so you can use it along with jeepney.io.asyncio.
Deprecated conn.router attribute in the :doc:`api/blocking` integration.
Use :ref:`proxies <msggen_proxies>` or \ 
:meth:`~.blocking.DBusConnection.send_and_get_reply`
to find   replies to method calls, and :meth:`~.blocking.DBusConnection.filter`
for other routing.
Added docs page with background on D-Bus (:doc:`dbus-background`).
   2022-01-23 10:09:52 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jeepney: updated to 0.7.1

0.7.1
-----
* Add ``async with`` support to :class:`~.asyncio.DBusConnection` in the
  asyncio integration.
* Fix calling :meth:`~.asyncio.DBusConnection.receive` immediately after opening
  a connection in the asyncio integration.

0.7
---
* Support for :ref:`sending and receiving file descriptors <send_recv_fds>`.
  This is available with the blocking, threading and trio integration layers.
* Deprecated older integration APIs, in favour of new APIs introduced in 0.5.
* Fixed passing a deque in to :meth:`~.blocking.DBusConnection.filter` in the
  blocking integration API.
   2022-01-23 01:46:27 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-jeepney, calibre: remove python 3.7 from allowed versions because of py-trio
   2022-01-22 15:10:10 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-jeepney: fix PLIST, add missing dependencies

Bump PKGREVISION
   2022-01-19 21:43:21 by Olaf Seibert | Files touched by this commit (4)
Log message:
sysutils/py-jeepney: import from wip.