Merge remote-tracking branch 'github/pr/108'
[gentoo.git] / dev-python / pyprof2calltree / pyprof2calltree-1.3.2.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
7
8 inherit distutils-r1
9
10 DESCRIPTION="convert python profile data to kcachegrind calltree form"
11 HOMEPAGE="https://pypi.python.org/pypi/pyprof2calltree/"
12 SRC_URI="mirror://pypi/p/${PN}/${PF}.tar.gz"
13 IUSE=
14
15 LICENSE="MIT"
16 SLOT="0"
17 KEYWORDS="~amd64 ~x86"
18
19 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"