summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-10-27 13:28:00 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-11-03 16:33:44 -0500
commit6ae911de0a0497c50d3beca874bfefd9ae9b8679 (patch)
treef9d8e1be553d3676bd86ba26da22896785a55368
parentb4073eb46adef125de6a4184d5a47529680bc307 (diff)
downloadmeta-cloud-services-6ae911de0a0497c50d3beca874bfefd9ae9b8679.tar.gz
python3-repoze.lru: Consolidate in a single file
Consolidate inc and bb files into a single bb file. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-repoze.lru.inc14
-rw-r--r--meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb16
2 files changed, 14 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-repoze.lru.inc b/meta-openstack/recipes-devtools/python/python-repoze.lru.inc
deleted file mode 100644
index d79e864..0000000
--- a/meta-openstack/recipes-devtools/python/python-repoze.lru.inc
+++ /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] = "c08cc030387e0b1fc53c5c7d964b35e2"
12SRC_URI[sha256sum] = "0429a75e19380e4ed50c0694e26ac8819b4ea7851ee1fc7583c8572db80aff77"
13
14inherit 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
index 88e358d..323ad76 100644
--- a/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb
+++ b/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb
@@ -1,2 +1,14 @@
1inherit setuptools3 1SUMMARY = "A tiny LRU cache implementation and decorator"
2require python-repoze.lru.inc 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 setuptools3 pypi