summaryrefslogtreecommitdiffstats
path: root/package/python-engineio/python-engineio.mk
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-07-01 12:06:18 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-01 15:04:39 +0200
commita6a675c0ea6a82438f1349222a2e2e390729a66e (patch)
tree32b243363b29c116f5f221a5b6fd02635a70b903 /package/python-engineio/python-engineio.mk
parente1452c5d4f32d6ddf58bb8aea5cf23d4d77b5462 (diff)
downloadbuildroot-a6a675c0ea6a82438f1349222a2e2e390729a66e.tar.gz
buildroot-a6a675c0ea6a82438f1349222a2e2e390729a66e.zip
python-engineio: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-engineio/python-engineio.mk')
-rw-r--r--package/python-engineio/python-engineio.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-engineio/python-engineio.mk b/package/python-engineio/python-engineio.mk
new file mode 100644
index 0000000000..700b638adc
--- /dev/null
+++ b/package/python-engineio/python-engineio.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-engineio
+#
+################################################################################
+
+PYTHON_ENGINEIO_VERSION = 0.9.2
+PYTHON_ENGINEIO_SOURCE = python-engineio-$(PYTHON_ENGINEIO_VERSION).tar.gz
+PYTHON_ENGINEIO_SITE = https://pypi.python.org/packages/c3/8f/0e066fc7a7029893b96b1d68a0cd5e75f6410f154fa4079b2be4991f5ae0
+PYTHON_ENGINEIO_SETUP_TYPE = setuptools
+PYTHON_ENGINEIO_LICENSE = MIT
+PYTHON_ENGINEIO_LICENSE_FILES = LICENSE
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud