File: control

package info (click to toggle)
python-geoip 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 352 kB
  • sloc: ansic: 753; python: 248; makefile: 4
file content (39 lines) | stat: -rw-r--r-- 1,606 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
Source: python-geoip
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Josselin Mouette <joss@debian.org>,
           Scott Kitterman <scott@kitterman.com>
Build-Depends: debhelper (>= 9),
               dh-python,
               libgeoip-dev (>= 1.4.7),
               python-all-dev (>= 2.3.5-11),
               python-setuptools,
               python3-all-dev (>= 3.3),
               python3-setuptools
Standards-Version: 4.2.1
Homepage: http://dev.maxmind.com/geoip/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-geoip.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-geoip

Package: python-geoip
Architecture: any
Depends: geoip-database, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: Python bindings for the GeoIP IP-to-country resolver library
 GeoIP is a library that enables the user to find the country that any
 IP address or hostname originates from, using a database instead of
 DNS.
 .
 This package contains the Python bindings for GeoIP, allowing to use
 this library within a Python program.

Package: python3-geoip
Architecture: any
Depends: geoip-database, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Python3 bindings for the GeoIP IP-to-country resolver library
 GeoIP is a library that enables the user to find the country that any
 IP address or hostname originates from, using a database instead of
 DNS.
 .
 This package contains the Python3 bindings for GeoIP, allowing to use
 this library within a Python3 program.