From 62662591eadba1c07a3d65a92c6919f590a42ae4 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Thu, 25 Feb 2021 12:13:21 -0600 Subject: py-pydap: add new package (#21948) --- .../repos/builtin/packages/py-pydap/package.py | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 var/spack/repos/builtin/packages/py-pydap/package.py (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-pydap/package.py b/var/spack/repos/builtin/packages/py-pydap/package.py new file mode 100644 index 0000000000..c0c714f4e6 --- /dev/null +++ b/var/spack/repos/builtin/packages/py-pydap/package.py @@ -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 PyPydap(PythonPackage): + """An implementation of the Data Access Protocol.""" + + homepage = "https://www.pydap.org/en/latest/" + pypi = "Pydap/Pydap-3.2.2.tar.gz" + + version('3.2.2', sha256='86326642e24f421595a74b0f9986da76d7932b277768f501fe214d72592bdc40') + + depends_on('py-setuptools', type='build') + depends_on('py-numpy', type=('build', 'run')) + depends_on('py-webob', type=('build', 'run')) + depends_on('py-jinja2', type=('build', 'run')) + depends_on('py-docopt', type=('build', 'run')) + depends_on('py-six@1.4.0:', type=('build', 'run')) + depends_on('py-beautifulsoup4', type=('build', 'run')) + depends_on('py-singledispatch', when='^python@:3.4.999', type=('build', 'run')) -- cgit v1.2.3-70-g09d2