diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-06 09:58:26 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:36 -0500 |
| commit | 47319fe8890023ac6528df0d590ec26c1dc2fe3d (patch) | |
| tree | 40c505bbccfd56fec3f6e2930726b4b08bf05551 /meta-openstack/recipes-devtools/python/python-singledispatch_3.4.0.2.bb | |
| parent | b084b6fef7b38dfe56d676481cc02bd2ac7895b6 (diff) | |
| download | meta-cloud-services-47319fe8890023ac6528df0d590ec26c1dc2fe3d.tar.gz | |
python-singledispatch: integrate to meet ceilometer requirements
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-singledispatch_3.4.0.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-singledispatch_3.4.0.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ | |||
| 1 | DESCRIPTION = "functools.singledispatch from Python 3.4 to Python 2.6" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/singledistpatch" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://README.rst;md5=8d7cca7c6cfbcc204a6e5ab2b8e8f049" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "singledispatch" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "a8e91e6953767614fabb6b6e974fea0e" | ||
| 13 | SRC_URI[sha256sum] = "4bdd0307cae0d13abb0546df1ab85201b9067090d191e33387e27e1463a7bfd5" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
