diff options
author | George Shapovalov <george@gentoo.org> | 2003-02-18 21:08:45 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-02-18 21:08:45 +0000 |
commit | dee9d5d0a6e2820773fb0278d80d26de3b520506 (patch) | |
tree | c106153dd700e14db2e626c310378083801563f5 /app-sci | |
parent | bumped version to 2.4.21_pre4 (diff) | |
download | gentoo-2-dee9d5d0a6e2820773fb0278d80d26de3b520506.tar.gz gentoo-2-dee9d5d0a6e2820773fb0278d80d26de3b520506.tar.bz2 gentoo-2-dee9d5d0a6e2820773fb0278d80d26de3b520506.zip |
new package: a collection of python modules for computational molecular biology
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/biopython/ChangeLog | 10 | ||||
-rw-r--r-- | app-sci/biopython/biopython-1.10.ebuild | 31 | ||||
-rw-r--r-- | app-sci/biopython/files/digest-biopython-1.10 | 1 |
3 files changed, 42 insertions, 0 deletions
diff --git a/app-sci/biopython/ChangeLog b/app-sci/biopython/ChangeLog new file mode 100644 index 000000000000..97e557552fc6 --- /dev/null +++ b/app-sci/biopython/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-sci/biopython +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-sci/biopython/ChangeLog,v 1.1 2003/02/18 21:08:45 george Exp $ + +*biopython-1.10.ebuild (18 Feb 2003) + + 18 Feb 2003; George Shapovalov <george@gentoo.org> ChangeLog, biopython-1.10.ebuild, files/digest-biopython-1.10 : + initial release (#11617) + Biopython - python module for Computational Moelcular Biology + ebuild submitted by Daniel Jaeggi <daniel@jaeggi.co.uk> diff --git a/app-sci/biopython/biopython-1.10.ebuild b/app-sci/biopython/biopython-1.10.ebuild new file mode 100644 index 000000000000..ca3ed68edd28 --- /dev/null +++ b/app-sci/biopython/biopython-1.10.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-20022 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/biopython/biopython-1.10.ebuild,v 1.1 2003/02/18 21:08:45 george Exp $ + +IUSE="" + +S=${WORKDIR}/${P} +DESCRIPTION="Biopython - python module for Computational Moelcular Biology" +SRC_URI="http://www.biopython.org/Download/${P}.tar.gz" +HOMEPAGE="http://www.biopython.org" + +DEPEND=">=dev-lang/python-2.0 + >=dev-python/egenix-mx-base-2.0.3 + >=dev-python/Numeric-19.0 + >=dev-python/ReportLab-1.11" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" + +src_compile() { + python setup.py build || die +# python setup.py test --no-gui || die +} + +src_install() { + python setup.py install --prefix=${D}/usr || die + + dodoc MANIFEST PKG-INFO README NEWS LICENSE CONTRIB + dodoc Doc/* +} diff --git a/app-sci/biopython/files/digest-biopython-1.10 b/app-sci/biopython/files/digest-biopython-1.10 new file mode 100644 index 000000000000..2c9275b77026 --- /dev/null +++ b/app-sci/biopython/files/digest-biopython-1.10 @@ -0,0 +1 @@ +MD5 be77d0408d72703a7f6c69c71050f3f8 biopython-1.10.tar.gz 1811239 |