aboutsummaryrefslogtreecommitdiffstats
path: root/packages/twisted/twisted-web2_8.1.0.bb
blob: 93ba3067c7c9668030ef3c6016ac13ebbdec9860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Twisted.Web2 is the next generation Web Server Framework \
built with Twisted. Web2 is under active development and it's APIs should \
not be considered stable at this point. It is not a version of Twisted.Web \
and with that in mind compatibility is not of the highest concern, though \
the compatibility layer does support many but not all twisted.web resources."
HOMEPAGE = "http://www.twistedmatrix.com"
SECTION = "console/network"
PRIORITY = "optional"
LICENSE = "LGPL"
DEPENDS = "twisted twisted-native"
RDEPENDS = "twisted python-netserver"
PR="r1"

SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Web2/8.1/TwistedWeb2-${PV}.tar.bz2\
	file://fix-connectionlost.patch;patch=1;pnum=1"
S = "${WORKDIR}/TwistedWeb2-${PV}"

inherit distutils