summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSinan <sbulutw@gmail.com>2019-08-22 16:55:11 -0700
committerPeter Scheibel <scheibel1@llnl.gov>2019-08-22 16:55:11 -0700
commit0e907326f54aa0f57e8733083c5b7337d994a2ab (patch)
treeb24da626deb98101c56381c747b092772d7aa100
parent3607aa486ff36d5f50d3d2d1d8c331d410286b31 (diff)
downloadspack-0e907326f54aa0f57e8733083c5b7337d994a2ab.tar.gz
spack-0e907326f54aa0f57e8733083c5b7337d994a2ab.tar.bz2
spack-0e907326f54aa0f57e8733083c5b7337d994a2ab.tar.xz
spack-0e907326f54aa0f57e8733083c5b7337d994a2ab.zip
New package: py-multi-key-dict (#12508)
-rw-r--r--var/spack/repos/builtin/packages/py-multi-key-dict/package.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-multi-key-dict/package.py b/var/spack/repos/builtin/packages/py-multi-key-dict/package.py
new file mode 100644
index 0000000000..ddf59628f9
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-multi-key-dict/package.py
@@ -0,0 +1,15 @@
+# Copyright 2013-2019 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 PyMultiKeyDict(PythonPackage):
+ """Multi key dictionary implementation"""
+
+ homepage = "https://github.com/formiaczek/multi_key_dict"
+ url = "https://pypi.io/packages/source/m/multi_key_dict/multi_key_dict-2.0.3.tar.gz"
+
+ version('2.0.3', sha256='deebdec17aa30a1c432cb3f437e81f8621e1c0542a0c0617a74f71e232e9939e')