diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-11-11 14:26:19 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-11-11 14:26:19 -0500 |
| commit | 402837ab13e791abb8690b50a0374f2cf1b12a1f (patch) | |
| tree | 35ef06ef18f5914317a9acfc7c0e54939e138d9e /meta-openstack/recipes-devtools/python/python-dogpile.cache_0.5.3.bb | |
| parent | 9a3030b6c46f70a06647c5dabad33649fc2ec6dc (diff) | |
| download | meta-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.bb | 19 |
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 @@ | |||
| 1 | DESCRIPTION = "Python Dogpile Cache: A caching front-end based on the Dogpile lock" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/dogpile.cache" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0401fd56584d7b3d4be91690672ec433" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "dogpile.cache" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "604872aa7036ffc205c14160b5e83f99" | ||
| 13 | SRC_URI[sha256sum] = "1f3165222bc23418cb9d3f1a2c9d554a091f412e5bc871ea0c48a19b576d06c0" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | |||
