summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-google/package.py
blob: a1f5c2a66db45cbdcb7c7dbc3fcc2eca837414fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


class PyGoogle(PythonPackage):
    """Python bindings to the Google search engine."""

    homepage = "http://breakingcode.wordpress.com/"
    pypi = "google/google-3.0.0.tar.gz"

    version('3.0.0', sha256='143530122ee5130509ad5e989f0512f7cb218b2d4eddbafbad40fd10e8d8ccbe')

    depends_on('py-setuptools', type='build')
    depends_on('py-beautifulsoup4', type=('build', 'run'))