# $Id: Portfile 75559 2011-01-30 17:06:42Z jmr@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-twisted-web2
version			8.1.0
set branch [join [lrange [split $version .] 0 1] .]
categories		python devel net
platforms		darwin
maintainers		nomaintainer
description		Twisted.Web2 is the next generation Web Server \
			Framework built with Twisted.
long_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://twistedmatrix.com/projects/web2/
master_sites	        http://tmrc.mit.edu/mirror/twisted/Web2/${branch}
distname		TwistedWeb2-${version}
use_bzip2		yes
checksums		md5 e34b48edf6fef075bd41ddbd215aed32 \
			sha1 4a03e62453037b009ee5f0e1396be792249b9e2f \
			rmd160 b77f70a62c93e13f51ab715ff6d1c379885a28bc

depends_build-append	port:py-twisted
