From 2076891a3f97d33ddd0485211b905abd4d9fbbcf Mon Sep 17 00:00:00 2001 From: Diego Rondini Date: Thu, 27 Mar 2014 13:10:41 +0100 Subject: 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 Signed-off-by: Martin Jansa --- .../recipes-devtools/python/python-autobahn_0.5.14.bb | 18 ------------------ .../recipes-devtools/python/python-autobahn_0.8.6.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-oe/recipes-devtools/python/python-autobahn_0.5.14.bb create mode 100644 meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb (limited to 'meta-oe/recipes-devtools') diff --git a/meta-oe/recipes-devtools/python/python-autobahn_0.5.14.bb b/meta-oe/recipes-devtools/python/python-autobahn_0.5.14.bb deleted file mode 100644 index 0208c8b50e..0000000000 --- a/meta-oe/recipes-devtools/python/python-autobahn_0.5.14.bb +++ /dev/null @@ -1,18 +0,0 @@ -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=81964ceb3ab93bfb5e8cfbcd26f3af9c" - -SRC_URI = "https://pypi.python.org/packages/source/a/autobahn/autobahn-${PV}.zip" -SRC_URI[md5sum] = "e2c80ba3e46428b32837537609d4d582" - -S = "${WORKDIR}/autobahn-${PV}" - -inherit setuptools - -RDEPENDS_${PN} = "python python-pprint python-twisted-protocols python-netserver python-twisted-web" - 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 @@ +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" + -- cgit 1.2.3-korg