summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2018-03-23 11:28:55 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-03-29 08:02:19 -0400
commit7294e277f153817b1977bdc316c23a51e5ae2f00 (patch)
treea800ef00b139e66ba783c3f2a6f9adf00ddf55b6 /meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb
parentcd57621be047996376be1b08212b0a7795c66174 (diff)
downloadmeta-cloud-services-7294e277f153817b1977bdc316c23a51e5ae2f00.tar.gz
python-repoze.lru: 0.6 -> 0.7
Upgrade python-repoze.lru from 0.6 to 0.7. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb b/meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb
deleted file mode 100644
index 3a169b0..0000000
--- a/meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1SUMMARY = "A tiny LRU cache implementation and decorator"
2DESCRIPTION = "repoze.lru is a LRU (least recently used) cache implementation. \
3Keys and values that are not used frequently will be evicted from the cache faster \
4than keys and values that are used frequently. \
5"
6HOMEPAGE = "https://pypi.python.org/pypi/repoze.lru"
7SECTION = "devel/python"
8LICENSE = "BSD-Modification-copyright"
9LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c33cdbc6bc9ae6e5d64152fdb754292"
10
11SRC_URI[md5sum] = "2c3b64b17a8e18b405f55d46173e14dd"
12SRC_URI[sha256sum] = "0f7a323bf716d3cb6cb3910cd4fccbee0b3d3793322738566ecce163b01bbd31"
13
14inherit setuptools pypi