summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-04-12 13:47:40 +0000
committerIan Delaney <idella4@gentoo.org>2014-04-12 13:47:40 +0000
commit3bf56879de47fe183c9dbfe6857cebcf905b2328 (patch)
tree2e6ca7051bbb9181a649e590edc3da21122ed194 /dev-python/pyprof2calltree
parentbump; drops py3.2 (diff)
downloadgentoo-2-3bf56879de47fe183c9dbfe6857cebcf905b2328.tar.gz
gentoo-2-3bf56879de47fe183c9dbfe6857cebcf905b2328.tar.bz2
gentoo-2-3bf56879de47fe183c9dbfe6857cebcf905b2328.zip
bump; add py3.4 support
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pyprof2calltree')
-rw-r--r--dev-python/pyprof2calltree/ChangeLog9
-rw-r--r--dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild17
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-python/pyprof2calltree/ChangeLog b/dev-python/pyprof2calltree/ChangeLog
index 4b2a8113fdd8..f25741127930 100644
--- a/dev-python/pyprof2calltree/ChangeLog
+++ b/dev-python/pyprof2calltree/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pyprof2calltree
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprof2calltree/ChangeLog,v 1.4 2013/10/02 02:52:01 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprof2calltree/ChangeLog,v 1.5 2014/04/12 13:47:40 idella4 Exp $
+
+*pyprof2calltree-1.3.1 (12 Apr 2014)
+
+ 12 Apr 2014; Ian Delaney <idella4@gentoo.org> +pyprof2calltree-1.3.1.ebuild:
+ bump; add py3.4 support
*pyprof2calltree-1.1.1 (02 Oct 2013)
diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild
new file mode 100644
index 000000000000..fb0d3f03b381
--- /dev/null
+++ b/dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild,v 1.1 2014/04/12 13:47:40 idella4 Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+
+inherit distutils-r1
+
+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="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"