mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-08 11:57:36 +00:00
9828a6cb2f
https://github.com/tkem/cachetools/blob/v7.1.7/CHANGELOG.rst Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
24 lines
673 B
BlitzBasic
24 lines
673 B
BlitzBasic
SUMMARY = "Extensible memoizing collections and decorators"
|
|
HOMEPAGE = "https://github.com/tkem/cachetools"
|
|
DESCRIPTION = "This module provides various memoizing \
|
|
collections and decorators, including variants of the \
|
|
Python 3 Standard Library @lru_cache function decorator."
|
|
SECTION = "devel/python"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=079933dfba36eb60b5e3512ca0ab61ae"
|
|
|
|
inherit pypi python_setuptools_build_meta ptest-python-pytest
|
|
|
|
DEPENDS += " \
|
|
python3-setuptools-scm-native \
|
|
"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-math \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "a3e2a00b14d8f8a6b70c1dae7b4685e7ad3bc965c5b42124a2d6ce895da6cf50"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|