py-google: added new package at v3.0.0 (#18998)
This commit is contained in:
parent
9a6ac5e809
commit
a99c9f93a1
16
var/spack/repos/builtin/packages/py-google/package.py
Normal file
16
var/spack/repos/builtin/packages/py-google/package.py
Normal 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'))
|
Loading…
Reference in New Issue
Block a user