# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" PYTHON_DEPEND="*:2.6" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" inherit distutils DESCRIPTION="Plugin to show which Python packages were installed via Gentoo's Portage system." HOMEPAGE="http://tools.assembla.com/yolk/" SRC_URI="http://pypi.python.org/packages/source/y/yolk-portage/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x64-macos ~x86" SLOT="0" IUSE="test" DEPEND="dev-python/setuptools test? ( dev-python/nose )" src_test() { PYTHONPATH=. "${python}" setup.py nosetests || die "tests failed" }