From 25cb2a68d32b9d5852ef62c1732a0d89013b915c Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Mon, 5 Oct 2020 00:32:03 -0500 Subject: py-immutables: added new package at v0.14 (#19148) --- .../repos/builtin/packages/py-immutables/package.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 var/spack/repos/builtin/packages/py-immutables/package.py diff --git a/var/spack/repos/builtin/packages/py-immutables/package.py b/var/spack/repos/builtin/packages/py-immutables/package.py new file mode 100644 index 0000000000..24a92efc3c --- /dev/null +++ b/var/spack/repos/builtin/packages/py-immutables/package.py @@ -0,0 +1,16 @@ +# 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) + + +class PyImmutables(PythonPackage): + """An immutable mapping type for Python.""" + + homepage = "https://github.com/MagicStack/immutables" + url = "https://pypi.io/packages/source/i/immutables/immutables-0.14.tar.gz" + + version('0.14', sha256='a0a1cc238b678455145bae291d8426f732f5255537ed6a5b7645949704c70a78') + + depends_on('python@3.5:', type=('build', 'run')) + depends_on('py-setuptools', type='build') -- cgit v1.2.3-60-g2f50