# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils distutils DESCRIPTION="A python library of supporting packages " HOMEPAGE="http://projects.gunnarwrobel.de/scripts" SRC_URI="http://build.pardus.de/downloads/${PF}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" S=${WORKDIR}/${PF} DEPEND="net-zope/zopeinterface" src_test() { cd ${S} einfo "Running ${PN} doctests..." if ! PYTHONPATH="." ${python} ${PN}/tests/dtest.py; then eerror "DocTests failed - please submit a bug report" die "DocTesting failed!" fi }