summaryrefslogtreecommitdiff
path: root/debian/control
blob: 776aefbe5b1f8a2402dc826d40881f4e2bf0e3ad (plain)
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
Source: python-phonenumbers
Section: python
Priority: optional
Maintainer: Andrew Shadura <andrewsh@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all (>= 2.6.6-3),
 python-setuptools (>= 0.6.24),
 python3-all,
 python3-setuptools (>= 0.6.24)
Standards-Version: 4.0.0
X-Python-Version: >= 2.7

Package: python-phonenumbers
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: Python 2 port of Google libphonenumber
 This is a Python 2 port of Google's libphonenumber library, from
 https://github.com/googlei18n/libphonenumber.
 It supports Python 2.5-2.7 and Python 3.x (in the same codebase, with
 no 2to3 conversion needed).

Package: python3-phonenumbers
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python 3 port of Google libphonenumber
 This is a Python 3 port of Google's libphonenumber library, from
 https://github.com/googlei18n/libphonenumber.
 It supports Python 2.5-2.7 and Python 3.x (in the same codebase, with
 no 2to3 conversion needed).