diff options
author | George Shapovalov <george@gentoo.org> | 2004-10-07 22:25:45 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2004-10-07 22:25:45 +0000 |
commit | 4fcf4c681a18c8f0fec452072278d9d8504a29ec (patch) | |
tree | 96ba7f1b49554b2a47ae7c94c4147f8474b8e243 /app-sci | |
parent | added a patch to fix insecure tempfile handling, closes bug 66358 (Manifest r... (diff) | |
download | gentoo-2-4fcf4c681a18c8f0fec452072278d9d8504a29ec.tar.gz gentoo-2-4fcf4c681a18c8f0fec452072278d9d8504a29ec.tar.bz2 gentoo-2-4fcf4c681a18c8f0fec452072278d9d8504a29ec.zip |
new version
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/biopython/ChangeLog | 8 | ||||
-rw-r--r-- | app-sci/biopython/biopython-1.30.ebuild | 32 | ||||
-rw-r--r-- | app-sci/biopython/files/digest-biopython-1.30 | 1 |
3 files changed, 40 insertions, 1 deletions
diff --git a/app-sci/biopython/ChangeLog b/app-sci/biopython/ChangeLog index de1ebf51898a..523b295a8c9f 100644 --- a/app-sci/biopython/ChangeLog +++ b/app-sci/biopython/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-sci/biopython # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/biopython/ChangeLog,v 1.11 2004/10/02 15:15:18 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/biopython/ChangeLog,v 1.12 2004/10/07 22:25:45 george Exp $ + +*biopython-1.30 (07 Oct 2004) + + 07 Oct 2004; George Shapovalvo <george@gentoo.org> biopython-1.30.ebuild : + new version (#51833) + amd64 has problems with KDTree, will try to look into this more later 05 May 2004; Bryan Østergaard <kloeri@gentoo.org> biopython-1.24.ebuild: Stable on alpha. diff --git a/app-sci/biopython/biopython-1.30.ebuild b/app-sci/biopython/biopython-1.30.ebuild new file mode 100644 index 000000000000..66b71ac87671 --- /dev/null +++ b/app-sci/biopython/biopython-1.30.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/biopython/biopython-1.30.ebuild,v 1.1 2004/10/07 22:25:45 george Exp $ + +inherit distutils + +IUSE="" + +DESCRIPTION="Biopython - python modules for computational molecular biology" +SRC_URI="http://www.biopython.org/files/${P}.tar.gz" +HOMEPAGE="http://www.biopython.org" + +DEPEND=">=dev-lang/python-2.2 + >=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() { + distutils_src_compile +} + +src_install() { + DOCS="Doc/* Doc/install/*.txt" + distutils_src_install + + dohtml Doc/install/*.html + cp -r Doc/examples/ ${D}/usr/share/doc/${PF}/ +} diff --git a/app-sci/biopython/files/digest-biopython-1.30 b/app-sci/biopython/files/digest-biopython-1.30 new file mode 100644 index 000000000000..53251dcebf82 --- /dev/null +++ b/app-sci/biopython/files/digest-biopython-1.30 @@ -0,0 +1 @@ +MD5 d8df866a40be20962b8ef52baa5376c1 biopython-1.30.tar.gz 3186467 |