All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] autobahn recipe (v0.5.14)
@ 2013-10-02 15:01 Frederic PAUT
  2013-10-02 16:01 ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Frederic PAUT @ 2013-10-02 15:01 UTC (permalink / raw)
  To: openembedded-devel

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.
---
 .../python/python-autobahn_0.5.14.bb               |   32 ++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 meta-oe/recipes-devtools/python/python-autobahn_0.5.14.bb

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
new file mode 100644
index 0000000..9f051a3
--- /dev/null
+++ b/meta-oe/recipes-devtools/python/python-autobahn_0.5.14.bb
@@ -0,0 +1,32 @@
+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://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
+
+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"
+
+FILES_${PN}-${PV} = " \
+    ${libdir}/${PYTHON_DIR}/site-packages/autobahn/httpstatus.py \
+    ${libdir}/${PYTHON_DIR}/site-packages/autobahn/__init__.py \
+    ${libdir}/${PYTHON_DIR}/site-packages/autobahn/pbkdf2.py \
+    ${libdir}/${PYTHON_DIR}/site-packages/autobahn/prefixmap.py \
+    ${libdir}/${PYTHON_DIR}/site-packages/autobahn/resource.py \
+    ${libdir}/${PYTHON_DIR}/site-packages/autobahn/useragent.py \
+    ${libdir}/${PYTHON_DIR}/site-packages/autobahn/utf8validator.py \
+    ${libdir}/${PYTHON_DIR}/site-packages/autobahn/util.py \
+    ${libdir}/${PYTHON_DIR}/site-packages/autobahn/_version.py \
+    ${libdir}/${PYTHON_DIR}/site-packages/autobahn/wamp.py \
+    ${libdir}/${PYTHON_DIR}/site-packages/autobahn/websocket.py \
+    ${libdir}/${PYTHON_DIR}/site-packages/autobahn/xormasker.py \
+    "                     
\ No newline at end of file
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] autobahn recipe (v0.5.14)
  2013-10-02 15:01 [PATCH] autobahn recipe (v0.5.14) Frederic PAUT
@ 2013-10-02 16:01 ` Burton, Ross
  2013-10-03  8:04   ` Frederic PAUT
  0 siblings, 1 reply; 3+ messages in thread
From: Burton, Ross @ 2013-10-02 16:01 UTC (permalink / raw)
  To: OE-devel

On 2 October 2013 16:01, Frederic PAUT <frederic.paut@linux.intel.com> wrote:
> +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"

This should be a file inside the source tree (relative paths are
resolved from $S), best practise is to checksum the license file and
the license header of a source file (you can restrict the md5 to a
subset of lines).

> +FILES_${PN}-${PV} = " \

Just FILES_${PN} here, but inherit distutils handles this for you, so
you can delete this.

Ross


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] autobahn recipe (v0.5.14)
  2013-10-02 16:01 ` Burton, Ross
@ 2013-10-03  8:04   ` Frederic PAUT
  0 siblings, 0 replies; 3+ messages in thread
From: Frederic PAUT @ 2013-10-03  8:04 UTC (permalink / raw)
  To: openembedded-devel

Hi,

On 10/02/2013 06:01 PM, Burton, Ross wrote:
> On 2 October 2013 16:01, Frederic PAUT <frederic.paut@linux.intel.com> wrote:
>> +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
> This should be a file inside the source tree (relative paths are
> resolved from $S), best practise is to checksum the license file and
> the license header of a source file (you can restrict the md5 to a
> subset of lines).
Yes, because I don't found a license file in the source tree... But I 
will checksum the license of a source file to a subset of lines.
>
>> +FILES_${PN}-${PV} = " \
> Just FILES_${PN} here, but inherit distutils handles this for you, so
> you can delete this.
Ok, I will delete this.
>
> Ross
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Thanks,

Frederic

  * English - detected
  * English
  * French

  * English
  * French

<javascript:void(0);>
auto-copied


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-03  8:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-02 15:01 [PATCH] autobahn recipe (v0.5.14) Frederic PAUT
2013-10-02 16:01 ` Burton, Ross
2013-10-03  8:04   ` Frederic PAUT

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.