diff options
| author | Diego Rondini <diego.ml@zoho.com> | 2014-03-27 13:10:41 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-29 22:44:13 +0100 |
| commit | 2076891a3f97d33ddd0485211b905abd4d9fbbcf (patch) | |
| tree | 82df375e53e10ec185d1d08660084221d72557dc /meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb | |
| parent | 822870b0e458c56cd9594044ff738579e728a851 (diff) | |
| download | meta-openembedded-2076891a3f97d33ddd0485211b905abd4d9fbbcf.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb b/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb new file mode 100644 index 0000000000..a1e8c5f98b --- /dev/null +++ b/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "AutobahnPython provides a WebSocket (RFC6455, Hybi-10 to -17, Hixie-76) framework for creating WebSocket-based clients and servers. \ | ||
| 2 | AutobahnPython also includes an implementation of WAMP (The WebSockets Application Messaging Protocol), a light-weight, \ | ||
| 3 | asynchronous RPC/PubSub over JSON/WebSocket protocol." | ||
| 4 | HOMEPAGE = "http://autobahn.ws/python" | ||
| 5 | SECTION = "console/network" | ||
| 6 | |||
| 7 | LICENSE = "Apache-2.0" | ||
| 8 | LIC_FILES_CHKSUM = " file://autobahn/__init__.py;beginline=1;endline=17;md5=1fdeccf6e5b70cda64cc1345597c18e3" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/a/autobahn/autobahn-${PV}.zip" | ||
| 11 | SRC_URI[md5sum] = "160429e7fb043940e79aa7f4ebbab57a" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/autobahn-${PV}" | ||
| 14 | |||
| 15 | inherit setuptools | ||
| 16 | |||
| 17 | RDEPENDS_${PN} = "python python-pprint python-twisted-protocols python-netserver python-twisted-web" | ||
| 18 | |||
