8 buildPythonPackage rec {
9 pname = "phonenumbers";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-J0IHHJ0K8JJ0yKWyom2aNqy/LqXLYpQ8ws6ttcDIdkE=";
28 pythonImportsCheck = [
33 description = "Python module for handling international phone numbers";
34 homepage = "https://github.com/daviddrysdale/python-phonenumbers";
35 changelog = "https://github.com/daviddrysdale/python-phonenumbers/blob/v${version}/python/HISTORY.md";
36 license = licenses.asl20;
37 maintainers = with maintainers; [ fadenb ];