[meta-virtualization] [m-c-s][PATCH 03/49] python-cachetools: initial version

Mark Asselstine mark.asselstine at windriver.com
Wed Feb 3 17:40:58 PST 2016


From: Mark Asselstine <asselsm at gmail.com>

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 at gmail.com>
---
 .../recipes-devtools/python/python-cachetools_git.bb     | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-cachetools_git.bb

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 @@
+DESCRIPTION = "Extensible memoizing collections and decorators"
+HOMEPAGE = "https://github.com/tkem/cachetools"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=96c958336b659af4dad628356c5e43b6"
+
+SRCNAME = "cachetools"
+
+PV = "1.1.5+git${SRCPV}"
+SRCREV = "42853733d0caf68ef5bf5933a377572b05437e2c"
+
+SRC_URI = "git://github.com/tkem/${SRCNAME}.git"
+
+S = "${WORKDIR}/git"
+
+inherit setuptools
-- 
2.1.4



More information about the meta-virtualization mailing list