File: control

package info (click to toggle)
aiodns 3.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 212 kB
  • sloc: python: 965; sh: 46; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 857 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
Source: aiodns
Section: python
Priority: optional
Maintainer: Manuel Guerra <ar.manuelguerra@gmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               dh-python,
               python3-pycares (>= 4.9.0),
               python3-setuptools
Build-Depends-Indep: python3-all
Homepage: https://github.com/saghul/aiodns
Vcs-Git: https://salsa.debian.org/debian/aiodns.git
Vcs-Browser: https://salsa.debian.org/debian/aiodns
Standards-Version: 4.7.3

Package: python3-aiodns
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-pycares (>= 4.9.0)
Description: Asynchronous DNS resolver library for Python 3
 aiodns provides a simple way for doing asynchronous DNS resolutions with a
 synchronous looking interface, using pycares.
 .
 This package installs the library for Python 3.