File: control

package info (click to toggle)
python-geoip2 2.9.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 580 kB
  • sloc: python: 1,224; makefile: 5
file content (50 lines) | stat: -rw-r--r-- 1,918 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
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.