summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2020-10-05 00:32:03 -0500
committerGitHub <noreply@github.com>2020-10-05 07:32:03 +0200
commit25cb2a68d32b9d5852ef62c1732a0d89013b915c (patch)
tree171225989688a073cce2afb8369d3e0c53666ded /var
parenteabfdba08ff7b6a6c44c2b3d0f5ed85dbd3be38f (diff)
downloadspack-25cb2a68d32b9d5852ef62c1732a0d89013b915c.tar.gz
spack-25cb2a68d32b9d5852ef62c1732a0d89013b915c.tar.bz2
spack-25cb2a68d32b9d5852ef62c1732a0d89013b915c.tar.xz
spack-25cb2a68d32b9d5852ef62c1732a0d89013b915c.zip
py-immutables: added new package at v0.14 (#19148)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-immutables/package.py16
1 files changed, 16 insertions, 0 deletions
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')