summaryrefslogtreecommitdiff
path: root/debian/control
blob: e3178ac331eff8be1ebc7dbccfd0498f6ed24cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: python-phonenumbers
Section: python
Priority: optional
Maintainer: Torge Szczepanek <debian@cygnusnetworks.de>
Build-Depends: debhelper (>= 9), python-all, python-setuptools
Standards-Version: 3.9.6

Package: python-phonenumbers
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Python port of Google libphonenumber
 This is a Python 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).