11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.5";
18 src = fetchFromGitHub {
20 repo = "google-maps-services-python";
21 rev = "refs/tags/v${version}";
22 hash = "sha256-8oGZEMKUGaDHKq4qIZy10cbLNMmVclJnQE/dx877pNQ=";
25 propagatedBuildInputs = [
37 "test_elevation_along_path_single"
38 "test_transit_without_time"
41 pythonImportsCheck = [
46 description = "Python client library for Google Maps API Web Services";
47 homepage = "https://github.com/googlemaps/google-maps-services-python";
48 changelog = "https://github.com/googlemaps/google-maps-services-python/releases/tag/v${version}";
49 license = licenses.asl20;
50 maintainers = with maintainers; [ Scriptkiddi ];