blob: 7b73bb02fe5d9b7d651857172a67b2427d9d7ce7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/testoob/testoob-0.9.ebuild,v 1.2 2006/04/01 19:08:34 agriffis Exp $
inherit distutils
DESCRIPTION="Advanced Python testing framework"
HOMEPAGE="http://testoob.sourceforge.net/"
SRC_URI="mirror://sourceforge/testoob/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~ia64 ~x86"
IUSE="threads"
DEPEND="virtual/python"
RDEPEND="${DEPEND}
dev-python/4suite
threads? ( dev-python/twisted )"
DOCS="docs/*"
|