summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-singledispatch_3.4.0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-singledispatch_3.4.0.3.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-singledispatch_3.4.0.3.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-singledispatch_3.4.0.3.bb b/meta-openstack/recipes-devtools/python/python-singledispatch_3.4.0.3.bb
new file mode 100644
index 0000000..4ae7b56
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-singledispatch_3.4.0.3.bb
@@ -0,0 +1,16 @@
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=ee3cd67264adc7eb07981f3644dc17dc"
6
7SRCNAME = "singledispatch"
8
9SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "af2fc6a3d6cc5a02d0bf54d909785fcb"
12SRC_URI[sha256sum] = "5b06af87df13818d14f08a028e42f566640aef80805c3b50c5056b086e3c2b9c"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools