summaryrefslogtreecommitdiff
blob: 644083b87fcd5daa10799c35b51cdfdb6943c9cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# Ebuild generated by g-pypi 0.2.2 (rev. 214)

EAPI=3
inherit distutils

MY_PN="RunSnakeRun"
MY_PV="${PV/_beta/b}"
MY_P="${MY_PN}-${MY_PV}"

DESCRIPTION="GUI Viewer for Python profiling runs"
HOMEPAGE="http://www.vrplumber.com/programming/runsnakerun/"
SRC_URI="mirror://pypi/R/RunSnakeRun/${MY_P}.zip"
LICENSE="BSD-2"
KEYWORDS=""
SLOT="0"
IUSE="doc"

S="${WORKDIR}/${MY_P}"

DEPEND="app-arch/unzip
	dev-python/setuptools"
RDEPEND="dev-python/wxpython
	dev-python/squaremap"

src_install() {
	distutils_src_install
	if use doc; then
		dodoc "${S}"/doc/*
	fi
}