14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-yZJTdMlhV30K7kA7Ceb46hlx2RPwEfAMpwx2vq96d+c=";
26 build-system = [ setuptools ];
36 pythonImportsCheck = [ "geocoder" ];
39 description = "Module for geocoding";
40 homepage = "https://pypi.org/project/geocoder/";
41 license = licenses.mit;
42 maintainers = with maintainers; [ fab ];