File: control

package info (click to toggle)
python-dnsq 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: python: 229; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 938 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
27
Source: python-dnsq
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
           Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools
Homepage: https://github.com/mailgun/dnsq
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/python-team/packages/python-dnsq.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-dnsq
Rules-Requires-Root: no

Package: python3-dnsq
Architecture: all
Depends: python3-dnspython,
         python3-expiringdict,
         ${misc:Depends},
         ${python3:Depends}
Description: Python DNS query tool
 dnsq is a high-level wrapper around dnspython for making caching DNS
 queries from Python.
 .
 This is the Python 3 version of this package.