summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cachetools_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <asselsm@gmail.com>2016-02-03 20:40:58 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-05 14:42:17 -0500
commit10bf3741339b4c216a21636a06b8e5189ffa6969 (patch)
tree490d20107677f55c53c1631a1f0e71144fefe732 /meta-openstack/recipes-devtools/python/python-cachetools_git.bb
parent3f174923c7da9ec2805672f933e20729f8ed1e7c (diff)
downloadmeta-cloud-services-10bf3741339b4c216a21636a06b8e5189ffa6969.tar.gz
python-cachetools: initial version
This package provides extensible memoizing collections and decorators. This package is required by the uprev of oslo.messaging and taskflow. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cachetools_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cachetools_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cachetools_git.bb b/meta-openstack/recipes-devtools/python/python-cachetools_git.bb
new file mode 100644
index 0000000..f3d89b3
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-cachetools_git.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "Extensible memoizing collections and decorators"
2HOMEPAGE = "https://github.com/tkem/cachetools"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=96c958336b659af4dad628356c5e43b6"
6
7SRCNAME = "cachetools"
8
9PV = "1.1.5+git${SRCPV}"
10SRCREV = "42853733d0caf68ef5bf5933a377572b05437e2c"
11
12SRC_URI = "git://github.com/tkem/${SRCNAME}.git"
13
14S = "${WORKDIR}/git"
15
16inherit setuptools