mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
.. 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
23 lines
503 B
Bash
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}"
|