1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
3 pkgname=python-phonenumbers
5 _commit=653a6b544ea387f33d205a53d475e5eb4cf4466b
7 pkgdesc="Python version of Google's common library for parsing, formatting, storing and validating international phone numbers"
9 url="https://github.com/daviddrysdale/python-phonenumbers"
12 makedepends=('git' 'python-setuptools')
13 source=("git+https://github.com/daviddrysdale/python-phonenumbers.git#commit=$_commit")
17 cd python-phonenumbers/python
22 cd python-phonenumbers/python
27 cd python-phonenumbers/python
28 python setup.py install -O1 --root "$pkgdir"