diff options
| author | Derek Straka <derek@asterius.io> | 2016-02-14 23:05:18 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:48 +0100 |
| commit | 9d9a616a392deeb06bf7458902281c9bfeb7f5b6 (patch) | |
| tree | dccc15079aa4f39de3266c838415202ada4a4060 /meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb | |
| parent | b62ae60f869b83721757a2f5316cdc26c1030af3 (diff) | |
| download | meta-openembedded-9d9a616a392deeb06bf7458902281c9bfeb7f5b6.tar.gz | |
Update python recipes to use the common pypi package
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb b/meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb index ac775c4c33..e64dd8ff52 100644 --- a/meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb +++ b/meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb | |||
| @@ -2,18 +2,15 @@ DESCRIPTION = "AutobahnPython provides a WebSocket (RFC6455, Hybi-10 to -17, Hix | |||
| 2 | AutobahnPython also includes an implementation of WAMP (The WebSockets Application Messaging Protocol), a light-weight, \ | 2 | AutobahnPython also includes an implementation of WAMP (The WebSockets Application Messaging Protocol), a light-weight, \ |
| 3 | asynchronous RPC/PubSub over JSON/WebSocket protocol." | 3 | asynchronous RPC/PubSub over JSON/WebSocket protocol." |
| 4 | HOMEPAGE = "http://autobahn.ws/python" | 4 | HOMEPAGE = "http://autobahn.ws/python" |
| 5 | SECTION = "console/network" | ||
| 6 | 5 | ||
| 7 | LICENSE = "Apache-2.0" | 6 | LICENSE = "Apache-2.0" |
| 8 | LIC_FILES_CHKSUM = " file://autobahn/__init__.py;beginline=1;endline=17;md5=1fdeccf6e5b70cda64cc1345597c18e3" | 7 | LIC_FILES_CHKSUM = " file://autobahn/__init__.py;beginline=1;endline=17;md5=1fdeccf6e5b70cda64cc1345597c18e3" |
| 9 | 8 | ||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/a/autobahn/autobahn-${PV}.zip" | ||
| 11 | SRC_URI[md5sum] = "160429e7fb043940e79aa7f4ebbab57a" | 9 | SRC_URI[md5sum] = "160429e7fb043940e79aa7f4ebbab57a" |
| 12 | SRC_URI[sha256sum] = "94ae5c6f37f9fe7c9d3f12c170fcc273afed4104a1c5508b26d6014bb9e6373e" | 10 | SRC_URI[sha256sum] = "94ae5c6f37f9fe7c9d3f12c170fcc273afed4104a1c5508b26d6014bb9e6373e" |
| 13 | 11 | ||
| 14 | S = "${WORKDIR}/autobahn-${PV}" | 12 | PYPI_PACKAGE_EXT = "zip" |
| 15 | 13 | inherit pypi setuptools | |
| 16 | inherit setuptools | ||
| 17 | 14 | ||
| 18 | RDEPENDS_${PN} = "python python-pprint python-twisted-protocols python-netserver python-twisted-web" | 15 | RDEPENDS_${PN} = "python python-pprint python-twisted-protocols python-netserver python-twisted-web" |
| 19 | 16 | ||
