# 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-1.1.ebuild,v 1.2 2006/06/25 12:30:38 lucass Exp $ inherit distutils eutils 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="~amd64 ~ia64 ~sparc ~x86" IUSE="pdf threads" DEPEND="virtual/python" RDEPEND="${DEPEND} dev-python/4suite pdf? ( dev-python/reportlab ) threads? ( dev-python/twisted )" DOCS="docs/*" src_test() { distutils_python_version PYTHONPATH="src" "${python}" tests/alltests.py || die "alltests.py failed" }