File: control

package info (click to toggle)
pycares 4.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,472 kB
  • sloc: cpp: 30,176; ansic: 26,759; python: 2,346; makefile: 268; perl: 114; sh: 103; awk: 18
file content (51 lines) | stat: -rw-r--r-- 1,476 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: Scott Kitterman <scott@kitterman.com>, Tanguy Ortolo <tanguy+debian@ortolo.eu>
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 pybuild-plugin-pyproject,
 libc-ares-dev,
 python3-all,
 python3-all-dev,
 python3-cffi,
 python3-docutils,
 python3-idna,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-rtd-theme,
Standards-Version: 4.6.2
Homepage: https://github.com/saghul/pycares
Vcs-Git: https://salsa.debian.org/python-team/packages/pycares.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pycares
Rules-Requires-Root: no

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
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
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.