From cd8ab215f77aa124f8b2229fc1dd43d65ac81145 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 31 Oct 2013 10:08:42 -0400 Subject: python-babel: uprev to meet havana requirements We need a newer python-babel for the uprev'd havana components. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-babel_1.3.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-babel_1.3.bb (limited to 'meta-openstack/recipes-devtools/python/python-babel_1.3.bb') diff --git a/meta-openstack/recipes-devtools/python/python-babel_1.3.bb b/meta-openstack/recipes-devtools/python/python-babel_1.3.bb new file mode 100644 index 0000000..390a3c5 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-babel_1.3.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "A collection of tools for internationalizing Python applications" +HOMEPAGE = "http://babel.edgewall.org/" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e6eeaabc92cfc2d03f53e789324d7292" + +PR = "r0" +SRCNAME = "Babel" +SRC_URI = "https://pypi.python.org/packages/source/B/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ +" + +SRC_URI[md5sum] = "5264ceb02717843cbc9ffce8e6e06bdb" +SRC_URI[sha256sum] = "9f02d0357184de1f093c10012b52e7454a1008be6a5c185ab7a3307aceb1d12e" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + -- cgit v1.2.3-54-g00ecf