On Mon, Nov 12 2018, Sebastien Marie <[email protected]> wrote: > Hi, > > I would like py-phonenumbers to be imported. > > It is a library to manipulate phone numbers. > > This is a Python port of Google's libphonenumber library (original code > in Java). > > The main object that the library deals with is a PhoneNumber object. > > - phone number validation: possible or valid (assigned exchange) number > - format it in a standardized format a phone number > - get some information about the location that corresponds to a phone > number > - find out information about which carrier originally owned a phone > number > > https://github.com/daviddrysdale/python-phonenumbers
Looks mostly good, except:
- s/Google s/Google's/ in COMMENT; I guess you tried to avoid breaking
syntax hilighting
- doesn't package with default python2 FLAVOR, needs ${MODPY_COMMENT}
- portcheck warns about DESCR
Here's an updated tarball that fixes the above points and tweaks DESCR
to read nicer and shorter. I also think this should go in telephony/
instead of devel/, I've kept devel in CATEGORIES in case you care.
Looks ready to import to me. :)
py-phonenumbers.tgz
Description: Binary data
-- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
