Add py-httptools (#19186)

This commit is contained in:
rvinaybharadwaj 2020-10-07 10:27:14 -06:00 committed by GitHub
parent 7d82276d0c
commit cde510b5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
# 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)
from spack import *
class PyHttptools(PythonPackage):
"""httptools is a Python binding for the nodejs HTTP parser."""
homepage = "https://github.com/MagicStack/httptools"
url = "https://pypi.io/packages/source/h/httptools/httptools-0.1.1.tar.gz"
version('0.1.1', sha256='41b573cf33f64a8f8f3400d0a7faf48e1888582b6f6e02b82b9bd4f0bf7497ce')
depends_on('py-setuptools', type='build')
depends_on('py-wheel', type='build')