mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:19:02 +02:00

python3-cached-property was recently added to meta-python, with the same version, but slightly different variable definitions. This is breaking reprodicibility tests. We've had some issues with python packages upgrading in meta-python and causing runtime issues, so we temporarily want to hold onto a copy of this recipe until that can be ruled out. We'll either pin the version in meta-virt or remove the recipe once that is determined. But for now, if we synchronize the recipe variables, the reprodicibility checks should stop failing. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
11 lines
444 B
BlitzBasic
11 lines
444 B
BlitzBasic
SUMMARY = "A decorator for caching properties in classes."
|
|
DESCRIPTION = "Makes caching of time or computational expensive properties quick and easy."
|
|
HOMEPAGE = "https://pypi.org/project/cached-property/"
|
|
SECTION = "devel/python"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=db7ff60c4e14f58534201242803d8abc"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
SRC_URI[sha256sum] = "9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"
|