# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" SUPPORT_PYTHON_ABIS="1" inherit distutils DESCRIPTION="Python threaded library to handle HAL devices and their events" HOMEPAGE="http://pypi.python.org/pypi/minihallib/" SRC_URI="http://pypi.python.org/packages/source/m/${PN}/${PF}.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" SLOT="0" # TODO: add examples USE flag IUSE="" DEPEND="" RDEPEND="dev-python/dbus-python" RESTRICT_PYTHON_ABIS="3.*" src_install(){ distutils_src_install }