summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-09-02 11:56:51 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-09-03 15:51:04 -0400
commit218805055cffb3b32f8bf6bcf3095b2c19370330 (patch)
treee1c7faebb648217a779e5f846b7ab1a7fdc483c4 /meta-openstack/recipes-devtools/python
parentac0bac888e6d8d64dec632d319002f8d3c53ab8a (diff)
downloadmeta-cloud-services-218805055cffb3b32f8bf6bcf3095b2c19370330.tar.gz
python-repoze.lru: Add python3 version
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-repoze.lru.inc14
-rw-r--r--meta-openstack/recipes-devtools/python/python-repoze.lru_0.7.bb16
-rw-r--r--meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb2
3 files changed, 18 insertions, 14 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-repoze.lru.inc b/meta-openstack/recipes-devtools/python/python-repoze.lru.inc
new file mode 100644
index 0000000..d79e864
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-repoze.lru.inc
@@ -0,0 +1,14 @@
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] = "c08cc030387e0b1fc53c5c7d964b35e2"
12SRC_URI[sha256sum] = "0429a75e19380e4ed50c0694e26ac8819b4ea7851ee1fc7583c8572db80aff77"
13
14inherit pypi
diff --git a/meta-openstack/recipes-devtools/python/python-repoze.lru_0.7.bb b/meta-openstack/recipes-devtools/python/python-repoze.lru_0.7.bb
index 264a1cb..2343a4c 100644
--- a/meta-openstack/recipes-devtools/python/python-repoze.lru_0.7.bb
+++ b/meta-openstack/recipes-devtools/python/python-repoze.lru_0.7.bb
@@ -1,14 +1,2 @@
1SUMMARY = "A tiny LRU cache implementation and decorator" 1inherit setuptools
2DESCRIPTION = "repoze.lru is a LRU (least recently used) cache implementation. \ 2require python-repoze.lru.inc
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] = "c08cc030387e0b1fc53c5c7d964b35e2"
12SRC_URI[sha256sum] = "0429a75e19380e4ed50c0694e26ac8819b4ea7851ee1fc7583c8572db80aff77"
13
14inherit setuptools pypi
diff --git a/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb b/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb
new file mode 100644
index 0000000..88e358d
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb
@@ -0,0 +1,2 @@
1inherit setuptools3
2require python-repoze.lru.inc