# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Ebuild generated by g-pypi 0.3 EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 python-r1 MY_PN=${PN/-/_} DESCRIPTION="Guess the natural language of a text" HOMEPAGE="http://code.google.com/p/guess-language" SRC_URI="http://pypi.python.org/packages/source/g/guess-language/${P}.tar.gz" LICENSE="LGPL-2.1" KEYWORDS="~x86 ~amd64" SLOT="0" IUSE="" python_test() { "${PYTHON}" "${MY_PN}/blocks_test.py" || die "Failed blocks_test.py" "${PYTHON}" "${MY_PN}/guess_language_test.py" || die "Failed guess_language_test.py" }