From 47319fe8890023ac6528df0d590ec26c1dc2fe3d Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 6 Nov 2013 09:58:26 -0500 Subject: python-singledispatch: integrate to meet ceilometer requirements Signed-off-by: Bruce Ashfield --- .../python/python-singledispatch_3.4.0.2.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-singledispatch_3.4.0.2.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-singledispatch_3.4.0.2.bb b/meta-openstack/recipes-devtools/python/python-singledispatch_3.4.0.2.bb new file mode 100644 index 0000000..fb3c980 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-singledispatch_3.4.0.2.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "functools.singledispatch from Python 3.4 to Python 2.6" +HOMEPAGE = "https://pypi.python.org/pypi/singledistpatch" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://README.rst;md5=8d7cca7c6cfbcc204a6e5ab2b8e8f049" + +PR = "r0" +SRCNAME = "singledispatch" + +SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "a8e91e6953767614fabb6b6e974fea0e" +SRC_URI[sha256sum] = "4bdd0307cae0d13abb0546df1ab85201b9067090d191e33387e27e1463a7bfd5" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf