summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-singledispatch_3.4.0.2.bb
diff options
context:
space:
mode:
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.bb17
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 @@
1DESCRIPTION = "functools.singledispatch from Python 3.4 to Python 2.6"
2HOMEPAGE = "https://pypi.python.org/pypi/singledistpatch"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README.rst;md5=8d7cca7c6cfbcc204a6e5ab2b8e8f049"
6
7PR = "r0"
8SRCNAME = "singledispatch"
9
10SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "a8e91e6953767614fabb6b6e974fea0e"
13SRC_URI[sha256sum] = "4bdd0307cae0d13abb0546df1ab85201b9067090d191e33387e27e1463a7bfd5"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools