From 3dd375570e0c1bc3a94d1d821946c511b17b1382 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 3 Feb 2016 20:41:06 -0500 Subject: python-*: uprev to versions required for liberty This is a collection of recipe uprevs that bring various packages up to the version required to support the liberty release. These uprevs are mostly trivial with the expected SRC_URI and CHECKSUM updates along with updates to the list of dependencies. Where possible recipes have been updated to use git to facilitate future uprevs. For python-futures we need to add a PREFERRED_VERSION to ensure the git version will take precedence over a versioned recipe found in another layer. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-routes_git.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-routes_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-routes_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-routes_git.bb b/meta-openstack/recipes-devtools/python/python-routes_git.bb new file mode 100644 index 0000000..814339b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-routes_git.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "A Python re-implementation of the Rails routes system." +HOMEPAGE = "http://routes.groovie.org" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=aa6285dc7b7c93b3905bb2757f33eb62" + +PV = "1.13+git${SRCPV}" +SRCREV = "467501d5fcfa265b3dfae615e7f0dcda8ce79d4e" + +SRCNAME = "Routes" +SRC_URI = "git://github.com/bbangert/routes.git" + +S = "${WORKDIR}/git" + +inherit setuptools + +RDEPENDS_${PN} += "python-repoze.lru" -- cgit v1.2.3-54-g00ecf