Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/biopython: biopython-1.57.ebuild biopython-1.56.ebuild ChangeLog
Date: Fri, 06 May 2011 10:15:09
Message-Id: 20110506101458.4A83A20054@flycatcher.gentoo.org
1 jlec 11/05/06 10:14:58
2
3 Modified: biopython-1.57.ebuild biopython-1.56.ebuild
4 ChangeLog
5 Log:
6 Cleaned DESCRIPTION
7
8 (Portage version: 2.2.0_alpha31/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 sci-biology/biopython/biopython-1.57.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/biopython-1.57.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/biopython-1.57.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/biopython-1.57.ebuild?r1=1.2&r2=1.3
16
17 Index: biopython-1.57.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.57.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- biopython-1.57.ebuild 5 May 2011 19:21:42 -0000 1.2
24 +++ biopython-1.57.ebuild 6 May 2011 10:14:58 -0000 1.3
25 @@ -1,16 +1,16 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.57.ebuild,v 1.2 2011/05/05 19:21:42 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.57.ebuild,v 1.3 2011/05/06 10:14:58 jlec Exp $
30
31 -EAPI="3"
32 +EAPI=3
33 PYTHON_DEPEND="2"
34 SUPPORT_PYTHON_ABIS="1"
35 RESTRICT_PYTHON_ABIS="3.* *-jython"
36
37 inherit distutils eutils
38
39 -DESCRIPTION="Biopython - Python modules for computational molecular biology"
40 -HOMEPAGE="http://www.biopython.org http://pypi.python.org/pypi/biopython"
41 +DESCRIPTION="Python modules for computational molecular biology"
42 +HOMEPAGE="http://www.biopython.org/ http://pypi.python.org/pypi/biopython/"
43 SRC_URI="http://www.biopython.org/DIST/${P}.tar.gz"
44
45 LICENSE="as-is"
46 @@ -18,8 +18,9 @@
47 KEYWORDS="amd64 ~ppc ~x86"
48 IUSE="mysql postgres"
49
50 -RDEPEND="dev-python/numpy
51 - >=dev-python/reportlab-2.0
52 +RDEPEND="
53 + dev-python/numpy
54 + dev-python/reportlab
55 mysql? ( dev-python/mysql-python )
56 postgres? ( dev-python/psycopg )"
57 DEPEND="${RDEPEND}
58
59
60
61 1.6 sci-biology/biopython/biopython-1.56.ebuild
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/biopython-1.56.ebuild?rev=1.6&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/biopython-1.56.ebuild?rev=1.6&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/biopython-1.56.ebuild?r1=1.5&r2=1.6
66
67 Index: biopython-1.56.ebuild
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.56.ebuild,v
70 retrieving revision 1.5
71 retrieving revision 1.6
72 diff -u -r1.5 -r1.6
73 --- biopython-1.56.ebuild 30 Jan 2011 18:49:01 -0000 1.5
74 +++ biopython-1.56.ebuild 6 May 2011 10:14:58 -0000 1.6
75 @@ -1,16 +1,16 @@
76 # Copyright 1999-2011 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.56.ebuild,v 1.5 2011/01/30 18:49:01 armin76 Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.56.ebuild,v 1.6 2011/05/06 10:14:58 jlec Exp $
80
81 -EAPI="3"
82 +EAPI=3
83 PYTHON_DEPEND="2"
84 SUPPORT_PYTHON_ABIS="1"
85 RESTRICT_PYTHON_ABIS="3.* *-jython"
86
87 inherit distutils eutils
88
89 -DESCRIPTION="Biopython - Python modules for computational molecular biology"
90 -HOMEPAGE="http://www.biopython.org http://pypi.python.org/pypi/biopython"
91 +DESCRIPTION="Python modules for computational molecular biology"
92 +HOMEPAGE="http://www.biopython.org/ http://pypi.python.org/pypi/biopython/"
93 SRC_URI="http://www.biopython.org/DIST/${P}.tar.gz"
94
95 LICENSE="as-is"
96 @@ -18,8 +18,9 @@
97 KEYWORDS="amd64 ppc x86"
98 IUSE="mysql postgres"
99
100 -RDEPEND="dev-python/numpy
101 - >=dev-python/reportlab-2.0
102 +RDEPEND="
103 + dev-python/numpy
104 + dev-python/reportlab
105 mysql? ( dev-python/mysql-python )
106 postgres? ( dev-python/psycopg )"
107 DEPEND="${RDEPEND}
108
109
110
111 1.62 sci-biology/biopython/ChangeLog
112
113 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/ChangeLog?rev=1.62&view=markup
114 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/ChangeLog?rev=1.62&content-type=text/plain
115 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/biopython/ChangeLog?r1=1.61&r2=1.62
116
117 Index: ChangeLog
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v
120 retrieving revision 1.61
121 retrieving revision 1.62
122 diff -u -r1.61 -r1.62
123 --- ChangeLog 5 May 2011 19:21:42 -0000 1.61
124 +++ ChangeLog 6 May 2011 10:14:58 -0000 1.62
125 @@ -1,6 +1,10 @@
126 # ChangeLog for sci-biology/biopython
127 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
128 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.61 2011/05/05 19:21:42 hwoarang Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.62 2011/05/06 10:14:58 jlec Exp $
130 +
131 + 06 May 2011; Justin Lecher <jlec@g.o> biopython-1.56.ebuild,
132 + biopython-1.57.ebuild:
133 + Cleaned DESCRIPTION
134
135 05 May 2011; Markos Chandras <hwoarang@g.o> biopython-1.57.ebuild:
136 Stable on amd64 wrt bug #365877