File: control

package info (click to toggle)
pygeoip 0.3.2-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 244 kB
  • sloc: python: 1,835; makefile: 3
file content (41 lines) | stat: -rw-r--r-- 1,319 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
Source: pygeoip
Section: python
Priority: optional
Maintainer: Hugo Lefeuvre <hle@debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               python-all,
               python-setuptools,
               python-nose,
               python3-all,
               python3-setuptools,
               python3-nose
Standards-Version: 4.1.5
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/appliedsec/pygeoip
Vcs-Browser: https://salsa.debian.org/hle/pygeoip
Vcs-Git: https://salsa.debian.org/hle/pygeoip.git

Package: python-pygeoip
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Description: Python API for Maxmind's binary GeoIP databases (Python 2)
 pygeoip provides a pure Python API for Maxmind's binary GeoIP databases.
 .
 It enables the user to find the country that any IP address or hostname
 originates from.
 .
 This package installs the library for Python 2.

Package: python3-pygeoip
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Python API for Maxmind's binary GeoIP databases (Python 3)
 pygeoip provides a pure Python API for Maxmind's binary GeoIP databases.
 .
 It enables the user to find the country that any IP address or hostname
 originates from.
 .
 This package installs the library for Python 3.