aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2011-12-27 16:05:15 +0100
committerMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2011-12-27 16:05:15 +0100
commit56dd448dfcc4569b2b5356fd44a62e83e73ae7f2 (patch)
tree7babc3fd7c8f462f80c46d8dbebb9e8f295cde26 /dev-python
parentdev-python/go-parser: a Gene Ontology OBO file format parser (diff)
downloadsci-56dd448dfcc4569b2b5356fd44a62e83e73ae7f2.tar.gz
sci-56dd448dfcc4569b2b5356fd44a62e83e73ae7f2.tar.bz2
sci-56dd448dfcc4569b2b5356fd44a62e83e73ae7f2.zip
documented status of go-parser (as a very simple implementation) which should be dropped once its successor code get into biopython
(Portage version: 2.1.10.43/git/Linux i686, unsigned Manifest commit)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/go-parser/ChangeLog5
-rw-r--r--dev-python/go-parser/Manifest4
-rw-r--r--dev-python/go-parser/go-parser-9999.ebuild6
3 files changed, 12 insertions, 3 deletions
diff --git a/dev-python/go-parser/ChangeLog b/dev-python/go-parser/ChangeLog
index e506b82e5..4d2bb6fd1 100644
--- a/dev-python/go-parser/ChangeLog
+++ b/dev-python/go-parser/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 27 Dec 2011; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+ go-parser-9999.ebuild:
+ documented status of go-parser (as a very simple implementation) which should
+ be dropped once its successor code get into biopython
+
*go-parser-9999 (26 Dec 2011)
26 Dec 2011; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
diff --git a/dev-python/go-parser/Manifest b/dev-python/go-parser/Manifest
index b591afe0f..c97167df2 100644
--- a/dev-python/go-parser/Manifest
+++ b/dev-python/go-parser/Manifest
@@ -1,4 +1,4 @@
DIST go-parser-r7.tgz 13561 RMD160 384aec94b8bd06d17f2dbfc12a533d303a4a8801 SHA1 93a2f9131b67889f2ff55636d8e8dc4fa9365e71 SHA256 3f6d1e1311bbc99636c543d1845dcc2943d120c8c9eb61cc7fc3e7ee0eeedbf4
-EBUILD go-parser-9999.ebuild 529 RMD160 1cccce7d52822c0a8dec8f46755c7baf81104549 SHA1 8487a20f5533c3bed3797aa2c65e98f78ac188fb SHA256 e364581dcb2fc24b3d176005874fde29c043f1f896831449836684ec4a806116
-MISC ChangeLog 271 RMD160 1c1387772e2f28dbc1d634c1afaf367b9af02762 SHA1 e66d4e2f654cf7ccdd5dafc567f859d1b5b32102 SHA256 7a7351c2f96e006e13154e9b80fe09f0dceee328e1a2d9845f57d727bfaa370b
+EBUILD go-parser-9999.ebuild 717 RMD160 c533d943ec5ac640756b8e1f3d259c60faf26b0e SHA1 4883454914c00a56a13e677414d7118779f6ee20 SHA256 baccef5085d839d0b5ec2697290c2ff3d05d1072d6797764895f23833fd31fb4
+MISC ChangeLog 493 RMD160 ab0c824df021c4ebedeb9a0a0a79839f0a6e735f SHA1 772c6a82ca5061be311d071c036fc8b7e7427ae1 SHA256 d3f85251863f0e9fddda19fe74989675d984acc1ce5839b778297e3a7ecbf88e
MISC metadata.xml 269 RMD160 53c242e331b0a82669ca7913da16dac854ab8dca SHA1 bc75ba3b0f5607ac5f396d3e8a99daf5ded5a7de SHA256 13472fd0615d2b381dbe36666fe1bbf3b1c34770aa409c6101b38741b4586f85
diff --git a/dev-python/go-parser/go-parser-9999.ebuild b/dev-python/go-parser/go-parser-9999.ebuild
index f070ba59a..3f80cf451 100644
--- a/dev-python/go-parser/go-parser-9999.ebuild
+++ b/dev-python/go-parser/go-parser-9999.ebuild
@@ -9,13 +9,17 @@ 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="~amd64 ~x86"
+KEYWORDS=""
IUSE=""
DEPEND=""