1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Source: python-notify2
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Thomas Kluyver <thomas@kluyver.me.uk>
Build-Depends: debhelper (>= 8),
dh-python,
python3-all,
python3-dbus,
python-all,
python-dbus,
dbus,
dbus-x11,
notification-daemon,
xvfb,
xauth,
python-gi,
python3-gi,
gir1.2-gdkpixbuf-2.0
Standards-Version: 3.9.6
Homepage: http://pypi.python.org/pypi/notify2
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-notify2/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-notify2/trunk/
Package: python-notify2
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-dbus
Recommends: notification-daemon
Description: desktop notifications API for Python
notify2 provides a Python interface to the Freedesktop notifications system,
which allows programs to display information to the user in an unobtrusive way.
Notifications are sent over DBus to a notification daemon, which is responsible
for presenting them to the user.
.
notify2 is intended as a replacement for pynotify (package python-notify), and
its interface is largely copied from there, although it isn't a complete clone.
.
This is the Python 2 version of the package.
Package: python3-notify2
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-dbus
Recommends: notification-daemon
Description: desktop notifications API for Python 3
notify2 provides a Python interface to the Freedesktop notifications system,
which allows programs to display information to the user in an unobtrusive way.
Notifications are sent over DBus to a notification daemon, which is responsible
for presenting them to the user.
.
notify2 is intended as a replacement for pynotify (package python-notify), and
its interface is largely copied from there, although it isn't a complete clone.
.
This is the Python 3 version of the package.
|