summaryrefslogtreecommitdiff
blob: 57105ed81dfa02bbfd584c4b941ddfb55e53e3c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web2/twisted-web2-0.1.ebuild,v 1.3 2006/05/26 17:48:35 marienz Exp $

MY_PACKAGE=Web2

inherit twisted eutils

DESCRIPTION="An HTTP/1.1 Server Framework"

KEYWORDS="~ia64 ~x86"

DEPEND=">=dev-python/twisted-2
	<dev-python/twisted-2.4"

# this is not in the standard location twisted.eclass expects
SRC_URI="http://tmrc.mit.edu/mirror/twisted/Web2/TwistedWeb2-0.1.tar.bz2"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/${P}-tests-2.1-compat.patch"
}