Source: python-geoip2
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Martin Kratochvíl <martin.krata@gmail.com>,
           Ondřej Nový <onovy@debian.org>,
           Ondřej Kobližek <koblizeko@gmail.com>,
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python,
               python-all,
               python-ipaddress,
               python-maxminddb (>= 1.4.0),
               python-requests (>= 2.9),
               python-requests-mock (>= 0.5),
               python-setuptools,
               python3-all,
               python3-maxminddb (>= 1.4.0),
               python3-requests (>= 2.9),
               python3-requests-mock (>= 0.5),
               python3-setuptools,
Standards-Version: 4.1.4
Homepage: https://github.com/maxmind/GeoIP2-python
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-geoip2
Vcs-Git: https://salsa.debian.org/python-team/modules/python-geoip2.git
Testsuite: autopkgtest-pkg-python

Package: python-geoip2
Architecture: all
Depends: python-ipaddress,
         python-maxminddb (>= 1.4.0),
         python-requests (>= 2.9),
         ${misc:Depends},
         ${python:Depends},
Description: Python geoip2 API for web services and databases - Python 2.x
 This package provides an API for the GeoIP2 web services and databases. The
 API also works with MaxMind’s free GeoLite2 databases.
 .
 This package contains the Python 2.x module.

Package: python3-geoip2
Architecture: all
Depends: python3-maxminddb (>= 1.4.0),
         python3-requests (>= 2.9),
         ${misc:Depends},
         ${python3:Depends},
Description: Python geoip2 API for web services and databases - Python 3.x
 This package provides an API for the GeoIP2 web services and databases. The
 API also works with MaxMind’s free GeoLite2 databases.
 .
 This package contains the Python 3.x module.
