# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/louie/louie-1.1.ebuild,v 1.1 2009/02/28 20:04:29 patrick Exp $ inherit distutils MY_P="Louie-${PV}" DESCRIPTION="Signal dispatching mechanism for Python" HOMEPAGE="http://pylouie.org/" SRC_URI="http://cheeseshop.python.org/packages/source/L/Louie/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-python/setuptools" RDEPEND="" S="${WORKDIR}/${MY_P}" # This has changed with upstream migrating to setuptools. No idea how to actually run them tests now ... #src_test() { # python selftest.py || die "selftest.py failed" #}