diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-06-30 04:47:35 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-06-30 04:47:35 +0000 |
commit | d99204b99e8b0805cfca2fe45ffd6e5a8f0dfb71 (patch) | |
tree | 47d7bffe742a9b9f6dbaae247f2e1d3e2bb3bd9f /dev-python/pyprof2calltree | |
parent | Depend on setuptools. (diff) | |
download | gentoo-2-d99204b99e8b0805cfca2fe45ffd6e5a8f0dfb71.tar.gz gentoo-2-d99204b99e8b0805cfca2fe45ffd6e5a8f0dfb71.tar.bz2 gentoo-2-d99204b99e8b0805cfca2fe45ffd6e5a8f0dfb71.zip |
Depend on setuptools.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/pyprof2calltree')
4 files changed, 8 insertions, 40 deletions
diff --git a/dev-python/pyprof2calltree/ChangeLog b/dev-python/pyprof2calltree/ChangeLog index f25741127930..e745628abb02 100644 --- a/dev-python/pyprof2calltree/ChangeLog +++ b/dev-python/pyprof2calltree/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pyprof2calltree # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprof2calltree/ChangeLog,v 1.6 2014/06/30 04:47:35 floppym Exp $ + + 30 Jun 2014; Mike Gilbert <floppym@gentoo.org> -pyprof2calltree-1.1.0.ebuild, + -pyprof2calltree-1.1.1.ebuild, pyprof2calltree-1.3.1.ebuild: + Depend on setuptools. *pyprof2calltree-1.3.1 (12 Apr 2014) diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.1.0.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.1.0.ebuild deleted file mode 100644 index 32172e77f194..000000000000 --- a/dev-python/pyprof2calltree/pyprof2calltree-1.1.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2012 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.2 2012/12/15 08:02:55 ulm 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="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.1.1.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.1.1.ebuild deleted file mode 100644 index f013434f4d83..000000000000 --- a/dev-python/pyprof2calltree/pyprof2calltree-1.1.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprof2calltree/pyprof2calltree-1.1.1.ebuild,v 1.1 2013/10/02 02:52:01 patrick Exp $ - -EAPI=5 -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="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild index fb0d3f03b381..1de6ccf4db43 100644 --- a/dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild +++ b/dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild,v 1.2 2014/06/30 04:47:35 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) @@ -15,3 +15,5 @@ IUSE= LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |