From 4ea76f079fcb394a43d5b96598cf4e6f5196e275 Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Fri, 31 Jul 2015 16:38:14 +0800 Subject: ipython-stevedore: upgrade 1.4.0 -> 1.6.0 Signed-off-by: Lei Maohui Signed-off-by: Bruce Ashfield --- .../python/python-stevedore_1.4.0.bb | 25 ---------------------- .../python/python-stevedore_1.6.0.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-stevedore_1.4.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-stevedore_1.6.0.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-stevedore_1.4.0.bb b/meta-openstack/recipes-devtools/python/python-stevedore_1.4.0.bb deleted file mode 100644 index cf1af85..0000000 --- a/meta-openstack/recipes-devtools/python/python-stevedore_1.4.0.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "Manage dynamic plugins for Python applications" -HOMEPAGE = "https://github.com/dreamhost/stevedore" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - - -SRCNAME = "stevedore" -SRC_URI = "http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "5d93cb6eaa3abf49e86b8a6cf133eee4" -SRC_URI[sha256sum] = "4a8d80b0a232746c09e0173bd61d60a18e9864e3dc87e3ebefa3ba3d8a00232f" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -DEPENDS += " \ - python-pip \ - python-pbr \ - " - -RDEPENDS_${PN} += " \ - python-pbr \ - " diff --git a/meta-openstack/recipes-devtools/python/python-stevedore_1.6.0.bb b/meta-openstack/recipes-devtools/python/python-stevedore_1.6.0.bb new file mode 100644 index 0000000..de04105 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-stevedore_1.6.0.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Manage dynamic plugins for Python applications" +HOMEPAGE = "https://github.com/dreamhost/stevedore" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + + +SRCNAME = "stevedore" +SRC_URI = "http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "c53fc7d4408f715339e7fd3e8189ca4e" +SRC_URI[sha256sum] = "dab2aa31ec742f651e6a2fe0429560aebbbe0fb7fc462fa0ff565c8f5ff2ec25" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + " -- cgit v1.2.3-54-g00ecf