py-cached-property: added new package at v 1.5.1 (#13850)
This commit is contained in:
parent
b95961d26b
commit
99650d6caf
1 changed files with 17 additions and 0 deletions
|
@ -0,0 +1,17 @@
|
|||
# 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 PyCachedProperty(PythonPackage):
|
||||
"""A decorator for caching properties in classes."""
|
||||
|
||||
homepage = "https://pypi.org/project/cached-property/"
|
||||
url = "https://pypi.io/packages/source/c/cached-property/cached-property-1.5.1.tar.gz"
|
||||
|
||||
version('1.5.1', sha256="9217a59f14a5682da7c4b8829deadbfc194ac22e9908ccf7c8820234e80a1504")
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
Loading…
Reference in a new issue