summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/biopython/biopython-1.56.ebuild')
-rw-r--r--sci-biology/biopython/biopython-1.56.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/sci-biology/biopython/biopython-1.56.ebuild b/sci-biology/biopython/biopython-1.56.ebuild
index a1019928067b..dba68e060fec 100644
--- a/sci-biology/biopython/biopython-1.56.ebuild
+++ b/sci-biology/biopython/biopython-1.56.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.56.ebuild,v 1.5 2011/01/30 18:49:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.56.ebuild,v 1.6 2011/05/06 10:14:58 jlec Exp $
-EAPI="3"
+EAPI=3
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit distutils eutils
-DESCRIPTION="Biopython - Python modules for computational molecular biology"
-HOMEPAGE="http://www.biopython.org http://pypi.python.org/pypi/biopython"
+DESCRIPTION="Python modules for computational molecular biology"
+HOMEPAGE="http://www.biopython.org/ http://pypi.python.org/pypi/biopython/"
SRC_URI="http://www.biopython.org/DIST/${P}.tar.gz"
LICENSE="as-is"
@@ -18,8 +18,9 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="mysql postgres"
-RDEPEND="dev-python/numpy
- >=dev-python/reportlab-2.0
+RDEPEND="
+ dev-python/numpy
+ dev-python/reportlab
mysql? ( dev-python/mysql-python )
postgres? ( dev-python/psycopg )"
DEPEND="${RDEPEND}