From 82483f5ca0cf19df052f376c9c546e94aad71774 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 23 Jan 2017 09:56:16 -0500 Subject: python-dogpile.cache: uprev to 0.6.2 Required to support the uprev of python-oslo.cache to the latest stable/newton. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-dogpile.cache_0.6.2.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-dogpile.cache_0.6.2.bb (limited to 'meta-openstack/recipes-devtools/python/python-dogpile.cache_0.6.2.bb') diff --git a/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.6.2.bb b/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.6.2.bb new file mode 100644 index 0000000..c1827bc --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.6.2.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Python Dogpile Cache: A caching front-end based on the Dogpile lock" +HOMEPAGE = "https://pypi.python.org/pypi/dogpile.cache" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1edd9b48649f5bffa03e749a55f5a067" + +SRCNAME = "dogpile.cache" + +SRC_URI = "https://pypi.io/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "ab3771eb2155b9658c9e33fa1b827708" +SRC_URI[sha256sum] = "73793471af07af6dc5b3ee015abfaca4220caaa34c615537f5ab007ed150726d" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + + -- cgit v1.2.3-54-g00ecf