# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" SUPPORT_PYTHON_ABIS="1" PYTHON_DEPEND="2" RESTRICT_PYTHON_ABIS="3.*" inherit distutils DESCRIPTION="Better INI parser for Python" HOMEPAGE="http://code.google.com/p/iniparse" SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" src_test() { testing() { PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" runtests.py } python_execute_function testing }