Files
gentoo/dev-util/gprof2dot/gprof2dot-2016.10.13.ebuild
Sebastian Pipping 03be8ce1d8 dev-util/gprof2dot: 2016.10.13
.. with distutils-r1 and EAPI 6.
Also fix license, and re-version 0_p20130517 as 2013.05.17.

Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-08-29 00:12:13 +02:00

23 lines
503 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
PYTHON_REQ_USE='xml'
inherit distutils-r1
DESCRIPTION="Converts profiling output to dot graphs"
HOMEPAGE="https://github.com/jrfonseca/gprof2dot"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}"