diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 13:34:41 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-30 12:49:45 +0200 |
| commit | d22f4ca2e3e421615b601002061690a8f97257c0 (patch) | |
| tree | 8cfee5bd859365868dc3cb5eb9ba91d9713efb79 /meta-python/recipes-python/python/python-autobahn_0.8.6.bb | |
| parent | 2d7c7956bd3655755e1e800b7b05732f0c1a3786 (diff) | |
| download | meta-openembedded-d22f4ca2e3e421615b601002061690a8f97257c0.tar.gz | |
meta-python: rename recipes-python to recipes-devtools
* match old structure from meta-oe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-python/python/python-autobahn_0.8.6.bb')
| -rw-r--r-- | meta-python/recipes-python/python/python-autobahn_0.8.6.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-python/recipes-python/python/python-autobahn_0.8.6.bb b/meta-python/recipes-python/python/python-autobahn_0.8.6.bb deleted file mode 100644 index ac775c4c33..0000000000 --- a/meta-python/recipes-python/python/python-autobahn_0.8.6.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 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 | SRC_URI[sha256sum] = "94ae5c6f37f9fe7c9d3f12c170fcc273afed4104a1c5508b26d6014bb9e6373e" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/autobahn-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | RDEPENDS_${PN} = "python python-pprint python-twisted-protocols python-netserver python-twisted-web" | ||
| 19 | |||
