Source: python-notify2
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Thomas Kluyver <thomas@kluyver.me.uk>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dbus-daemon <!nocheck>,
 gir1.2-gdkpixbuf-2.0 <!nocheck>,
 libgtk-3-bin <!nocheck>,
 notification-daemon <!nocheck>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-dbus <!nocheck>,
 python3-gi <!nocheck>,
 python3-setuptools,
 xauth <!nocheck>,
 xvfb <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://pypi.python.org/pypi/notify2
Vcs-Git: https://salsa.debian.org/python-team/packages/python-notify2.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-notify2

Package: python3-notify2
Architecture: all
Depends:
 python3-dbus,
 ${misc:Depends},
 ${python3:Depends},
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.
