From 10bf3741339b4c216a21636a06b8e5189ffa6969 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 3 Feb 2016 20:40:58 -0500 Subject: 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 Signed-off-by: Bruce Ashfield --- .../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 (limited to 'meta-openstack/recipes-devtools/python') 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 -- cgit v1.2.3-54-g00ecf