# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/testtools-0.9.2.ebuild,v 1.7 2010/02/26 16:44:07 ranger Exp $ EAPI=2 NEED_PYTHON=2.4 inherit distutils versionator SERIES=$(get_version_component_range 1-2) DESCRIPTION="Extensions to the Python unittest library" HOMEPAGE="https://launchpad.net/testtools" SRC_URI="http://launchpad.net/${PN}/${SERIES}/${PV}/+download/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="" RDEPEND="${DEPEND}"