summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.5.3.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-11-11 14:26:19 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-11-11 14:26:19 -0500
commit402837ab13e791abb8690b50a0374f2cf1b12a1f (patch)
tree35ef06ef18f5914317a9acfc7c0e54939e138d9e /meta-openstack/recipes-devtools/python/python-dogpile.cache_0.5.3.bb
parent9a3030b6c46f70a06647c5dabad33649fc2ec6dc (diff)
downloadmeta-cloud-services-402837ab13e791abb8690b50a0374f2cf1b12a1f.tar.gz
core: add juno (2014.2) dependencies
Updating components and support utilities for the juno 2014.2 update. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-dogpile.cache_0.5.3.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-dogpile.cache_0.5.3.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.5.3.bb b/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.5.3.bb
new file mode 100644
index 0000000..3e2a65c
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.5.3.bb
@@ -0,0 +1,19 @@
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 = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=0401fd56584d7b3d4be91690672ec433"
6
7PR = "r0"
8SRCNAME = "dogpile.cache"
9
10SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "604872aa7036ffc205c14160b5e83f99"
13SRC_URI[sha256sum] = "1f3165222bc23418cb9d3f1a2c9d554a091f412e5bc871ea0c48a19b576d06c0"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19