diff options
author | Brian Harring <ferringb@gentoo.org> | 2011-01-02 09:02:54 +0000 |
---|---|---|
committer | Brian Harring <ferringb@gentoo.org> | 2011-01-02 09:02:54 +0000 |
commit | 0e21b6ca90edc3ef1c542302abf927cb262812cb (patch) | |
tree | 9a37fcdc5b4662d2b0bd8aeffff41e33fcf914d1 /dev-python/pyprof2calltree/pyprof2calltree-1.1.0.ebuild | |
parent | x86 stable wrt bug #350166 (diff) | |
download | gentoo-2-0e21b6ca90edc3ef1c542302abf927cb262812cb.tar.gz gentoo-2-0e21b6ca90edc3ef1c542302abf927cb262812cb.tar.bz2 gentoo-2-0e21b6ca90edc3ef1c542302abf927cb262812cb.zip |
import pyprof2calltree
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyprof2calltree/pyprof2calltree-1.1.0.ebuild')
-rw-r--r-- | dev-python/pyprof2calltree/pyprof2calltree-1.1.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.1.0.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.1.0.ebuild new file mode 100644 index 000000000000..a9bdcf5d6cd7 --- /dev/null +++ b/dev-python/pyprof2calltree/pyprof2calltree-1.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprof2calltree/pyprof2calltree-1.1.0.ebuild,v 1.1 2011/01/02 09:02:54 ferringb Exp $ + +EAPI=3 +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython" + +inherit distutils + +DESCRIPTION="convert python profile data to kcachegrind calltree form" +HOMEPAGE="http://pypi.python.org/pypi/pyprof2calltree/" +SRC_URI="mirror://pypi/p/${PN}/${PF}.tar.gz" +IUSE= + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~amd64 ~x86" |