Source: python-maxminddb
Maintainer: Faidon Liambotis <paravoid@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10),
 dh-python,
 python-all-dev,
 python-setuptools,
 python3-all-dev,
 python3-setuptools,
 python-nose,
 python3-nose,
 python-mock,
 python3-mock,
 python-docutils,
 python3-docutils,
 python-sphinx,
 python3-sphinx,
 python-ipaddress,
 libmaxminddb-dev
Standards-Version: 4.1.4
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

Package: python-maxminddb
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Suggests: python-maxmindb-doc
Description: Python 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).
 .
 This is the Python 2 version of the package.

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).
 .
 This is the Python 3 version of the package.

Package: python-maxminddb-doc
Section: doc
Architecture: all
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
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.
