aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-python/sockjs/python-sockjs-tornado45_git.bb
blob: caa44c1c3730872d61d44537a588d82df456ddef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
SUMMARY = "SockJS-tornado is a Python server side counterpart of SockJS-client browser library running on top of Tornado framework."
SECTION = "devel/python"

HOMEPAGE = "https://github.com/mrjoes/sockjs-tornado"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8f68f551a860a1c94f9732b89fc8a331"

SRC_URI = "git://github.com/mrjoes/sockjs-tornado.git;protocol=https"
SRCREV = "85869af90b69e3d9266fd326b762796745b906a0"

PV = "1.0.3+git${SRCPV}"

S = "${WORKDIR}/git"

inherit setuptools

export BUILD_SYS
export HOST_SYS
export STAGING_INCDIR
export STAGING_LIBDIR

RDEPENDS_${PN} = "python-tornado45"
RCONFLICTS_${PN} = "python-sockjs50"

BBCLASSEXTEND = "native"