./sysutils/py-notify2, Python interface to DBus notifications

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


Branch: CURRENT, Version: 0.3.1, Package name: py310-notify2-0.3.1, Maintainer: pkgsrc-users

A modern Python interface to DBus notifications, supporting Python 3.

NB this is not the same package as sysutils/py-notify, despite similar names
and versioning.


Master sites:

Filesize: 17.375 KB

Version history: (Expand)


CVS history: (Expand)


   2022-05-04 09:27:26 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-notify2: use correct MASTER_SITE
   2022-03-11 00:48:02 by David H. Gutteridge | Files touched by this commit (4)
Log message:
py-notify2: add new package, version 0.3.1

A modern Python interface to DBus notifications, supporting Python 3.
This effectively replaces what was once called "py-notify" in pkgsrc,
and then became "py-notify-python". It is actually required by
print/hplip, if the qt5 option is enabled (which I am working on
fixing).

(There is also a completely unrelated package as sysutils/py-notify at
present, co-incidentally also at version 0.3.1, which apparently was
mistakenly imported overtop the original py-notify, but is not the same
package at all: it should have been placed in devel, not sysutils, as
it doesn't deal with notifications integration but rather with general
development abstractions.)

Originally packaged in wip by K.I.A. Derouiche. Minor adjustments for
pkgsrc and a correction (missing py-dbus dependency) by me.