File: control

package info (click to toggle)
python-geoip2 2.9.0%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 572 kB
  • sloc: python: 1,224; makefile: 5
file content (35 lines) | stat: -rw-r--r-- 1,087 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
Source: python-geoip2
Maintainer: Debian Python Team <team+python@tracker.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-compat (= 13),
 dh-python,
 python3-all,
 python3-maxminddb (>= 1.4.0),
 python3-requests,
 python3-requests-mock,
 python3-setuptools,
 python3-pytest <!nocheck>
Standards-Version: 4.6.1
Homepage: https://github.com/maxmind/GeoIP2-python
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-geoip2
Vcs-Git: https://salsa.debian.org/python-team/packages/python-geoip2.git
Testsuite: autopkgtest-pkg-python

Package: python3-geoip2
Architecture: all
Depends:
 python3-maxminddb (>= 1.4.0),
 python3-requests,
 ${misc:Depends},
 ${python3:Depends},
Description: Python geoip2 API for web services and databases
 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.