spack/var/spack/repos/builtin/packages/py-httplib2/package.py

19 lines
642 B
Python
Raw Normal View History

# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
2019-08-03 12:34:04 +08:00
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class PyHttplib2(PythonPackage):
"""A comprehensive HTTP client library."""
homepage = "https://github.com/httplib2/httplib2"
pypi = "httplib2/httplib2-0.13.1.tar.gz"
2019-08-03 12:34:04 +08:00
2021-06-03 02:35:09 +08:00
version('0.18.0', sha256='b0e1f3ed76c97380fe2485bc47f25235453b40ef33ca5921bb2897e257a49c4c')
2019-08-03 12:34:04 +08:00
version('0.13.1', sha256='6901c8c0ffcf721f9ce270ad86da37bc2b4d32b8802d4a9cec38274898a64044')
depends_on('py-setuptools', type='build')