# $Id: Portfile 56077 2009-08-24 03:27:06Z ryandesign@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-twistedweb2
version			0.2.0
revision		1
categories		python devel net
platforms		darwin
maintainers		nomaintainer
description		Placeholder port to force upgrade to py-twisted-web2
long_description	This is a placeholder port to force users to \
					upgrade to the newly-renamed py-twisted-web2
homepage		http://twistedmatrix.com/projects/web2/
master_sites	http://tmrc.mit.edu/mirror/twisted/Web2/
distname		TwistedWeb2-${version}
use_bzip2		yes
checksums		md5 7d6dea006d7f1e004df9f6aad730fbee

depends_build-append	port:py-twisted

pre-fetch {
    ui_msg "******************************************************"
    ui_msg "* py-twistedweb2 has been renamed to py-twisted-web2 *"
    ui_msg "*  Please uninstall this port and install that one   *"
    ui_msg "******************************************************"
    throw OBSOLETE "Please use py-twisted-web2 instead."
}
