From: Mark Asselstine <[email protected]> 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 <[email protected]> --- .../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 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
