equal
deleted
inserted
replaced
|
1 # Copyright 1999-2012 Gentoo Foundation |
|
2 # Distributed under the terms of the GNU General Public License v2 |
|
3 # $Header: $ |
|
4 |
|
5 EAPI="5" |
|
6 |
|
7 PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) |
|
8 |
|
9 inherit distutils-r1 |
|
10 MY_PN="${PN/-/.}" |
|
11 |
|
12 DESCRIPTION="Aggregate profiling for WSGI requests" |
|
13 HOMEPAGE="http://pypi.python.org/pypi/${MY_PN}" |
|
14 SRC_URI="mirror://pypi/r/${MY_PN}/${MY_PN}-${PV}.tar.gz" |
|
15 |
|
16 LICENSE="BSD" |
|
17 SLOT="0" |
|
18 KEYWORDS="~amd64" |
|
19 IUSE="" |
|
20 |
|
21 |
|
22 DEPEND="" |
|
23 RDEPEND="dev-python/pyprof2calltree" |
|
24 |
|
25 S="${WORKDIR}/${MY_PN}-${PV}" |
|
26 |