summaryrefslogtreecommitdiffstats
path: root/package/python-wsaccel
diff options
context:
space:
mode:
authorMauro Condarelli <mc5686@mclink.it>2016-02-07 00:00:00 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-20 00:04:16 +0100
commitd3c8633ed6914a6c1f12b2ce56f18ac08979d3c2 (patch)
treef591877409a4c87337027ebac06ec9a518e35ce4 /package/python-wsaccel
parent4a7d79e99430bb9d03c9196761cd67c575db8304 (diff)
downloadbuildroot-d3c8633ed6914a6c1f12b2ce56f18ac08979d3c2.tar.gz
buildroot-d3c8633ed6914a6c1f12b2ce56f18ac08979d3c2.zip
python-wsaccel: new package
Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-wsaccel')
-rw-r--r--package/python-wsaccel/Config.in6
-rw-r--r--package/python-wsaccel/python-wsaccel.hash3
-rw-r--r--package/python-wsaccel/python-wsaccel.mk13
3 files changed, 22 insertions, 0 deletions
diff --git a/package/python-wsaccel/Config.in b/package/python-wsaccel/Config.in
new file mode 100644
index 0000000000..ee61e8a07a
--- /dev/null
+++ b/package/python-wsaccel/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PYTHON_WSACCEL
+ bool "python-wsaccel"
+ help
+ Accelerator for ws4py and AutobahnPython.
+
+ https://pypi.python.org/pypi/wsaccel
diff --git a/package/python-wsaccel/python-wsaccel.hash b/package/python-wsaccel/python-wsaccel.hash
new file mode 100644
index 0000000000..a02b5a8712
--- /dev/null
+++ b/package/python-wsaccel/python-wsaccel.hash
@@ -0,0 +1,3 @@
+# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=2b4ea3d6847855c0587d37fca9db0557, sha256 locally computed.
+md5 2b4ea3d6847855c0587d37fca9db0557 wsaccel-0.6.2.tar.gz
+sha256 425706acf0724d2f6bfa391ec37b4ef121d3432c956029de3cea4e101c218e0c wsaccel-0.6.2.tar.gz
diff --git a/package/python-wsaccel/python-wsaccel.mk b/package/python-wsaccel/python-wsaccel.mk
new file mode 100644
index 0000000000..3e7b3324b9
--- /dev/null
+++ b/package/python-wsaccel/python-wsaccel.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# python-wsaccel
+#
+################################################################################
+
+PYTHON_WSACCEL_VERSION = 0.6.2
+PYTHON_WSACCEL_SOURCE = wsaccel-$(PYTHON_WSACCEL_VERSION).tar.gz
+PYTHON_WSACCEL_SITE = http://pypi.python.org/packages/source/w/wsaccel
+PYTHON_WSACCEL_LICENSE = Apache-2.0
+PYTHON_WSACCEL_SETUP_TYPE = setuptools
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud