blob: f3d3bc6bc56c48a423347e28a984f9aa5d1c2f96 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "Extensible memoizing collections and decorators"
2HOMEPAGE = "https://github.com/tkem/cachetools"
3DESCRIPTION = "This module provides various memoizing \
4collections and decorators, including variants of the \
5Python 3 Standard Library @lru_cache function decorator."
6SECTION = "devel/python"
7
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=27f7518eb6f7dc686d0f953b2f28dae5"
10
11inherit pypi
12
Brad Bishope42b3e32020-01-15 22:08:42 -050013SRC_URI[md5sum] = "6a88df13467e80eb61dd2bedad19b83c"
14SRC_URI[sha256sum] = "9a52dd97a85f257f4e4127f15818e71a0c7899f121b34591fcc1173ea79a0198"
Brad Bishop19323692019-04-05 15:28:33 -040015
16BBCLASSEXTEND = "native nativesdk"