summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-09-01 10:47:00 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-09-02 16:34:43 -0400
commite72c7a5fd8477e155c9044435359cb01bbd43aac (patch)
treead62ff51cc1f7be367997dd3c18ea9d0fb12cbe0 /meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb
parenta7667f260df2335cced86ef6f136e10618735c8e (diff)
downloadmeta-cloud-services-e72c7a5fd8477e155c9044435359cb01bbd43aac.tar.gz
python3-dogpile.cache: upgrade 0.9.0 -> 1.0.2
Consolidate inc and bb files into a single bb file. -License-Update: Copyright year updated to 2020. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb
new file mode 100644
index 0000000..82057a6
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb
@@ -0,0 +1,14 @@
1DESCRIPTION = "Python Dogpile Cache: A caching front-end based on the Dogpile lock"
2HOMEPAGE = "https://pypi.python.org/pypi/dogpile.cache"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=46e560ef3e93a33b284504845ea6a11d"
6
7SRC_URI[md5sum] = "a325ec142d690269573a872e24fc1cb6"
8SRC_URI[sha256sum] = "64fda39d25b46486a4876417ca03a4af06f35bfadba9f59613f9b3d748aa21ef"
9
10inherit setuptools3 pypi
11
12RDEPENDS_${PN} += "python3-decorator"
13
14