py-webob: new package at v1.8.7 (#21949)

This commit is contained in:
Adam J. Stewart 2021-02-25 04:31:33 -06:00 committed by GitHub
parent 1a11a17453
commit 8ec646b6b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
# 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 PyWebob(PythonPackage):
"""WebOb provides objects for HTTP requests and responses."""
homepage = "https://webob.org/"
pypi = "WebOb/WebOb-1.8.7.tar.gz"
version('1.8.7', sha256='b64ef5141be559cfade448f044fa45c2260351edcb6a8ef6b7e00c7dcef0c323')
depends_on('python@2.7:2.8,3.3:', type=('build', 'run'))
depends_on('py-setuptools', type='build')