New Package: py-google-apitools (#23968)
* New Package: py-google-apitools * proper python constraints Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
parent
53e4f32a31
commit
b255c698d5
1 changed files with 24 additions and 0 deletions
|
@ -0,0 +1,24 @@
|
|||
# Copyright 2013-2021 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)
|
||||
|
||||
from spack import *
|
||||
|
||||
|
||||
class PyGoogleApitools(PythonPackage):
|
||||
"""client libraries for humans"""
|
||||
|
||||
homepage = "https://github.com/google/apitools"
|
||||
pypi = "google-apitools/google-apitools-0.5.32.tar.gz"
|
||||
|
||||
maintainers = ['dorton21']
|
||||
|
||||
version('0.5.32', sha256='c3763e52289f61e21c41d5531e20fbda9cc8484a088b8686fd460770db8bad13')
|
||||
|
||||
depends_on('python@2.7:2.8,3.5:', type=('build', 'run'))
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-httplib2@0.8:', type=('build', 'run'))
|
||||
depends_on('py-fasteners@0.14:', type=('build', 'run'))
|
||||
depends_on('py-oauth2client@1.4.12:', type=('build', 'run'))
|
||||
depends_on('py-six@1.12.0:', type=('build', 'run'))
|
Loading…
Reference in a new issue