File: control

package info (click to toggle)
python-maxminddb 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,064 kB
  • sloc: python: 1,294; ansic: 626; perl: 518; makefile: 138; sh: 57
file content (47 lines) | stat: -rw-r--r-- 1,591 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
Source: python-maxminddb
Maintainer: Faidon Liambotis <paravoid@debian.org>
Uploaders: Ondřej Nový <onovy@debian.org>,
	   Sergio Durigan Junior <sergiodj@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all-dev,
 python3-setuptools,
 python3-nose,
 python3-mock,
 python3-docutils,
 python3-sphinx,
 libmaxminddb-dev
Standards-Version: 4.5.1
Homepage: https://github.com/maxmind/MaxMind-DB-Reader-python
Vcs-Browser: https://salsa.debian.org/debian/python-maxminddb
Vcs-Git: https://salsa.debian.org/debian/python-maxminddb.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-maxminddb
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Suggests: python-maxmindb-doc
Description: Python 3 module for reading the MaxMind DB format
 This is a Python module for reading MaxMind DB files. The module includes both
 a pure Python reader and an optional C extension.
 .
 MaxMind DB is a binary file format that stores data indexed by IP address
 subnets (IPv4 or IPv6).

Package: python-maxminddb-doc
Section: doc
Architecture: all
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: Python module for reading the MaxMind DB format (documentation)
 This is a Python module for reading MaxMind DB files. The module includes both
 a pure Python reader and an optional C extension.
 .
 MaxMind DB is a binary file format that stores data indexed by IP address
 subnets (IPv4 or IPv6).
 .
 This is the common documentation package.