forked from daviddrysdale/python-phonenumbers
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol
More file actions
15 lines (14 loc) · 560 Bytes
/
control
File metadata and controls
15 lines (14 loc) · 560 Bytes
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).