# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="Create Python ebuilds for Gentoo by querying The Python Package Index" HOMEPAGE="http://tools.assembla.com/g-pypi/" SRC_URI="http://pypi.python.org/packages/source/g/${PN}/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="test" DEPEND="dev-python/setuptools test? ( dev-python/nose )" RDEPEND="dev-python/setuptools dev-python/pygments dev-python/cheetah app-portage/gentoolkit dev-python/configobj dev-python/yolk" src_test() { PYTHONPATH=. "${python}" setup.py nosetests || die "tests failed" }