Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 119703 Details for
Bug 179103
sci-biology/biopython-1.43: patch to build KDTree as well
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
biopython-1.43.ebuild
biopython-1.43.ebuild (text/plain), 923 bytes, created by
Martin Mokrejš
on 2007-05-19 14:06:07 UTC
(
hide
)
Description:
biopython-1.43.ebuild
Filename:
MIME Type:
Creator:
Martin Mokrejš
Created:
2007-05-19 14:06:07 UTC
Size:
923 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.42.ebuild,v 1.5 2006/11/05 17:31:28 opfer Exp $ > >inherit distutils > >IUSE="" > >DESCRIPTION="Biopython - Python modules for computational molecular biology" >SRC_URI="http://www.biopython.org/DIST/${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="~alpha amd64 ppc sparc x86" > >src_unpack() { > unpack ${A} > epatch "${FILESDIR}"/patch-to-build-KDTree.patch >} > >src_compile() { > distutils_src_compile >} > >src_install() { > DOCS="Doc/*.txt Doc/*.tex Doc/install/*.txt" > distutils_src_install > > dohtml Doc/install/*.html > dohtml Doc/*.html > cp -r Doc/examples/ Doc/*.pdf ${D}/usr/share/doc/${PF}/ >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 179103
:
119699
|
119701
| 119703