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

EAPI=3

PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"

inherit distutils eutils

# A much more robust code is at https://github.com/ntamas/biopython in Bio/GO subdir
# When that gets incorporated into biopython the go-parser should be dropped altogether.

DESCRIPTION="Gene Ontology OBO flatfile parser"
HOMEPAGE="http://hal.elte.hu/~nepusz/development/"
SRC_URI="http://bazaar.launchpad.net/~ntamas/+junk/go-parser/tarball/7?start_revid=7 -> go-parser-r7.tgz"

LICENSE="MIT"
SLOT="0"
#KEYWORDS="~amd64 ~x86"
KEYWORDS=""
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

S="${WORKDIR}"/~ntamas/+junk/go-parser