8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-FDUwEi7lEwUJrV6YnwUS98shiy1O3br7rUD9EOjYzL4=";
20 propagatedBuildInputs = [
27 pythonImportsCheck = [
32 description = "Python bindings to the Google search engine";
33 mainProgram = "google";
34 homepage = "https://pypi.org/project/google/";
35 license = with licenses; [ bsd3 ];
36 maintainers = with maintainers; [ fab ];