summaryrefslogtreecommitdiffstats
path: root/package/python-singledispatch/python-singledispatch.mk
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2015-12-16 08:36:10 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-18 22:07:52 +0100
commit61ae4ffb2474f4fad7c8513f5ed732cf4a96b1bb (patch)
tree6d5f4a7d93932b10daa1a40b470542ed535691bb /package/python-singledispatch/python-singledispatch.mk
parent8a536fef7f76f2e4be3b92bd653f1d9bb968ebca (diff)
downloadbuildroot-61ae4ffb2474f4fad7c8513f5ed732cf4a96b1bb.tar.gz
buildroot-61ae4ffb2474f4fad7c8513f5ed732cf4a96b1bb.zip
python-singledispatch: new package
This library brings functools.singledispatch from Python 3.4 to Python 2.7.x. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-singledispatch/python-singledispatch.mk')
-rw-r--r--package/python-singledispatch/python-singledispatch.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-singledispatch/python-singledispatch.mk b/package/python-singledispatch/python-singledispatch.mk
new file mode 100644
index 0000000000..7e1d5ac8e0
--- /dev/null
+++ b/package/python-singledispatch/python-singledispatch.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-singledispatch
+#
+################################################################################
+
+PYTHON_SINGLEDISPATCH_VERSION = 3.4.0.3
+PYTHON_SINGLEDISPATCH_SOURCE = singledispatch-$(PYTHON_SINGLEDISPATCH_VERSION).tar.gz
+PYTHON_SINGLEDISPATCH_SITE = https://pypi.python.org/packages/source/s/singledispatch
+PYTHON_SINGLEDISPATCH_LICENSE = MIT
+PYTHON_SINGLEDISPATCH_LICENSE_FILES = setup.py
+PYTHON_SINGLEDISPATCH_SETUP_TYPE = setuptools
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud