# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.5.3.ebuild,v 1.8 2010/03/07 09:52:55 arfrever Exp $ EAPI="2" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" inherit distutils DESCRIPTION="Python wrapper for the Enchant spellchecking wrapper library" HOMEPAGE="http://pyenchant.sourceforge.net http://pypi.python.org/pypi/pyenchant" SRC_URI="mirror://sourceforge/pyenchant/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 ~hppa ppc sparc x86" IUSE="" DEPEND=">=app-text/enchant-1.4.0 >=dev-python/setuptools-0.6_alpha11" RDEPEND="${DEPEND}" # Note: tests should be fixed in >1.5.3 # http://github.com/rfk/pyenchant/issues/closed/#issue/1 RESTRICT="test" RESTRICT_PYTHON_ABIS="3.*" PYTHON_MODNAME="enchant" DOCS="README.txt TODO.txt" src_test() { testing() { "$(PYTHON)" setup.py test } python_execute_function testing }