File: control

package info (click to toggle)
python-gntp 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 240 kB
  • sloc: python: 936; makefile: 111
file content (26 lines) | stat: -rw-r--r-- 902 bytes parent folder | download
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
Source: python-gntp
Homepage: https://github.com/kfdm/gntp
Section: python
Priority: optional
Maintainer: JCF Ploemen (jcfp) <linux@jcf.pm>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 python3,
 python3-setuptools,
 python3-sphinx
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/python-team/modules/python-gntp.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-gntp
Testsuite: autopkgtest-pkg-python

Package: python3-gntp
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python library for the Growl Notification Transport Protocol
 Gntp is a Python library for working with the Growl Notification
 Transport Protocol.
 .
 Its GrowlNotifier class is intended to mostly mirror older Python
 bindings for growl, and should work as a dropin replacement.