From dee9d5d0a6e2820773fb0278d80d26de3b520506 Mon Sep 17 00:00:00 2001
From: George Shapovalov <george@gentoo.org>
Date: Tue, 18 Feb 2003 21:08:45 +0000
Subject: new package: a collection of python modules for computational
 molecular biology

---
 app-sci/biopython/ChangeLog                   | 10 +++++++++
 app-sci/biopython/biopython-1.10.ebuild       | 31 +++++++++++++++++++++++++++
 app-sci/biopython/files/digest-biopython-1.10 |  1 +
 3 files changed, 42 insertions(+)
 create mode 100644 app-sci/biopython/ChangeLog
 create mode 100644 app-sci/biopython/biopython-1.10.ebuild
 create mode 100644 app-sci/biopython/files/digest-biopython-1.10

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
-- 
cgit v1.2.3-65-gdbad