aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb
blob: 3a169b082d96f7607c79012ed042a295284b473d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "A tiny LRU cache implementation and decorator"
DESCRIPTION = "repoze.lru is a LRU (least recently used) cache implementation. \
Keys and values that are not used frequently will be evicted from the cache faster \
than keys and values that are used frequently. \
"
HOMEPAGE = "https://pypi.python.org/pypi/repoze.lru"
SECTION = "devel/python"
LICENSE = "BSD-Modification-copyright"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c33cdbc6bc9ae6e5d64152fdb754292"

SRC_URI[md5sum] = "2c3b64b17a8e18b405f55d46173e14dd"
SRC_URI[sha256sum] = "0f7a323bf716d3cb6cb3910cd4fccbee0b3d3793322738566ecce163b01bbd31"

inherit setuptools pypi