summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cachetools.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cachetools.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cachetools.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cachetools.inc b/meta-openstack/recipes-devtools/python/python-cachetools.inc
new file mode 100644
index 0000000..a67794f
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-cachetools.inc
@@ -0,0 +1,14 @@
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"