File: control

package info (click to toggle)
pycares 5.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,956 kB
  • sloc: ansic: 30,744; python: 3,003; makefile: 218; sh: 143
file content (51 lines) | stat: -rw-r--r-- 1,770 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: pycares
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Manuel Guerra <ar.manuelguerra@gmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               dh-sequence-sphinxdoc <!nodoc>,
               dh-python,
               pybuild-plugin-pyproject,
               libc-ares-dev,
               python3-all,
               python3-all-dev,
               python3-cffi,
               python3-cffi-backend,
               python3-docutils,
               python3-idna,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>
Homepage: https://github.com/saghul/pycares
Vcs-Browser: https://salsa.debian.org/debian/pycares
Vcs-Git: https://salsa.debian.org/debian/pycares.git
Standards-Version: 4.7.2

Package: python3-pycares
Architecture: any
Depends: python3-idna,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Suggests: python-pycares-doc,
          netbase
Description: Python interface for c-ares (Python 3)
 pycares is a Python module which provides an interface to c-ares. c-ares is
 a C library that performs DNS requests and name resolutions asynchronously.
 .
 This package installs the library for Python 3.

Package: python-pycares-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: Python interface for c-ares (common documentation)
 pycares is a Python 3 module which provides an interface to c-ares. c-ares is
 a C library that performs DNS requests and name resolutions asynchronously.
 .
 This is the common documentation package.