# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20100216.ebuild,v 1.3 2010/10/21 00:45:46 sping Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" MY_PV="1.0b3" S="${WORKDIR}"/"${PN}"-"${MY_PV}" inherit distutils DESCRIPTION="Profile individual lines (not only function calls) of python source code with timing information" HOMEPAGE="http://pypi.python.org/pypi/line_profiler" SRC_URI="http://pypi.python.org/packages/source/l/line_profiler/"${PN}"-"${MY_PV}".tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="dev-python/cython"