py-immutables: added new package at v0.14 (#19148)

This commit is contained in:
Adam J. Stewart 2020-10-05 00:32:03 -05:00 committed by GitHub
parent eabfdba08f
commit 25cb2a68d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')