py-google: added new package at v3.0.0 (#18998)

This commit is contained in:
Adam J. Stewart 2020-10-04 13:45:05 -05:00 committed by GitHub
parent 9a6ac5e809
commit a99c9f93a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,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/"
url = "https://pypi.io/packages/source/g/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'))