From cde510b5f13e1a2624d7d458415d206ad6c6019c Mon Sep 17 00:00:00 2001 From: rvinaybharadwaj Date: Wed, 7 Oct 2020 10:27:14 -0600 Subject: Add py-httptools (#19186) --- .../repos/builtin/packages/py-httptools/package.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 var/spack/repos/builtin/packages/py-httptools/package.py (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-httptools/package.py b/var/spack/repos/builtin/packages/py-httptools/package.py new file mode 100644 index 0000000000..9cb1f5df43 --- /dev/null +++ b/var/spack/repos/builtin/packages/py-httptools/package.py @@ -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') -- cgit v1.2.3-70-g09d2