# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" inherit distutils MY_PV="2.0.2a1" S="${WORKDIR}"/RunSnakeRun-"${MY_PV}" DESCRIPTION="GUI to display python profile dumps from cProfile, python-profile and memory profiles from meliae" HOMEPAGE="http://www.vrplumber.com/programming/runsnakerun/" SRC_URI="http://pypi.python.org/packages/source/R/RunSnakeRun/RunSnakeRun-"${MY_PV}".tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND} dev-python/wxpython dev-python/SquareMap"