diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
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 @@ | |||
| 1 | SUMMARY = "A tiny LRU cache implementation and decorator" | ||
| 2 | DESCRIPTION = "repoze.lru is a LRU (least recently used) cache implementation. \ | ||
| 3 | Keys and values that are not used frequently will be evicted from the cache faster \ | ||
| 4 | than keys and values that are used frequently. \ | ||
| 5 | " | ||
| 6 | HOMEPAGE = "https://pypi.python.org/pypi/repoze.lru" | ||
| 7 | SECTION = "devel/python" | ||
| 8 | LICENSE = "BSD-Modification-copyright" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c33cdbc6bc9ae6e5d64152fdb754292" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "c08cc030387e0b1fc53c5c7d964b35e2" | ||
| 12 | SRC_URI[sha256sum] = "0429a75e19380e4ed50c0694e26ac8819b4ea7851ee1fc7583c8572db80aff77" | ||
| 13 | |||
| 14 | inherit 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 @@ | |||
| 1 | SUMMARY = "A tiny LRU cache implementation and decorator" | 1 | inherit setuptools |
| 2 | DESCRIPTION = "repoze.lru is a LRU (least recently used) cache implementation. \ | 2 | require python-repoze.lru.inc |
| 3 | Keys and values that are not used frequently will be evicted from the cache faster \ | ||
| 4 | than keys and values that are used frequently. \ | ||
| 5 | " | ||
| 6 | HOMEPAGE = "https://pypi.python.org/pypi/repoze.lru" | ||
| 7 | SECTION = "devel/python" | ||
| 8 | LICENSE = "BSD-Modification-copyright" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c33cdbc6bc9ae6e5d64152fdb754292" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "c08cc030387e0b1fc53c5c7d964b35e2" | ||
| 12 | SRC_URI[sha256sum] = "0429a75e19380e4ed50c0694e26ac8819b4ea7851ee1fc7583c8572db80aff77" | ||
| 13 | |||
| 14 | inherit 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 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-repoze.lru.inc | ||
