Files
meta-openembedded/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb
Diego Rondini 2076891a3f python-autobahn: upgrade to version 0.8.6
Changes:
* upgraded python-autobahn to latest upstream
* updated license checksum because upstream increased copyright year from 2013 to 2014

Signed-off-by: Diego Rondini <diego.ml@zoho.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-03-29 22:44:13 +01:00

19 lines
820 B
BlitzBasic

DESCRIPTION = "AutobahnPython provides a WebSocket (RFC6455, Hybi-10 to -17, Hixie-76) framework for creating WebSocket-based clients and servers. \
AutobahnPython also includes an implementation of WAMP (The WebSockets Application Messaging Protocol), a light-weight, \
asynchronous RPC/PubSub over JSON/WebSocket protocol."
HOMEPAGE = "http://autobahn.ws/python"
SECTION = "console/network"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = " file://autobahn/__init__.py;beginline=1;endline=17;md5=1fdeccf6e5b70cda64cc1345597c18e3"
SRC_URI = "https://pypi.python.org/packages/source/a/autobahn/autobahn-${PV}.zip"
SRC_URI[md5sum] = "160429e7fb043940e79aa7f4ebbab57a"
S = "${WORKDIR}/autobahn-${PV}"
inherit setuptools
RDEPENDS_${PN} = "python python-pprint python-twisted-protocols python-netserver python-twisted-web"