9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-FDUwEi7lEwUJrV6YnwUS98shiy1O3br7rUD9EOjYzL4=";
21 propagatedBuildInputs = [ beautifulsoup4 ];
26 pythonImportsCheck = [ "googlesearch" ];
29 description = "Python bindings to the Google search engine";
30 mainProgram = "google";
31 homepage = "https://pypi.org/project/google/";
32 license = with licenses; [ bsd3 ];
33 maintainers = with maintainers; [ fab ];