# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 PYTHON_DEPEND="2:2.6" # Support for multiple Python ABIs is blocked only # by pykde4 >= 4.6.5 not yet having stable keywords. inherit distutils MY_PN="pyRadKDE" MY_P="${MY_PN}-${PV}" DESCRIPTION="A wheel type command interface for KDE, heavily inspired by Kommando" HOMEPAGE="http://bitbucket.org/ArneBab/pyrad" SRC_URI="mirror://pypi/p/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-3" KEYWORDS="~amd64" SLOT="0" IUSE="" S="${WORKDIR}/${MY_P}" RDEPEND="kde-base/pykde4" DEPEND="${RDEPEND} dev-python/setuptools"