aboutsummaryrefslogtreecommitdiff
blob: 5d9e2967eea2207eaa7d947214875a97ce0f3ecb (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
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*" # for some reason setup.py is called for both 2.7 and 3.1 python, disable that

inherit distutils eutils flag-o-matic subversion

DESCRIPTION="A Gene Ontology Programming Library"
HOMEPAGE="https://projects.dbbe.musc.edu/trac/GOGrapher"
if [ "$PV" == "9999" ]; then
	ESVN_REPO_URI="https://projects.dbbe.musc.edu/public/GOGrapher/trunk"
	KEYWORDS=""
else
	SRC_URI=""
	KEYWORDS=""
fi

LICENSE=""
SLOT="0"
IUSE=""

DEPEND="dev-python/networkx
		dev-python/pygraphviz"
RDEPEND="${DEPEND}"